Searched refs:matchInfo (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/library/
H A Dbuildidx.tcl52 upvar $matchInfoVar matchInfo
54 set length [expr [clength $matchInfo(line)] + 1]
55 set line [string trimright $matchInfo(line)]
58 set nextLine [gets $matchInfo(handle)]
68 keylset pkgInfo offset $matchInfo(offset)
90 if {[catch {llength $matchInfo(line)}] ||
91 ([llength $matchInfo(line)] < 2)} {
92 error "invalid package header \"$matchInfo(line)\""
97 set pkgInfo [TclX::ParsePkgHeader matchInfo]
107 [clength $matchInfo(lin
[all...]
H A Dbuildhelp.tcl167 set prev1Line $matchInfo(line)
207 append nroffHeader "[crange $matchInfo(line) 5 end]\n"
210 append nroffHeader "$matchInfo(line)\n"
248 puts $briefHelpFH "$helpName\t[csubstr $matchInfo(line) 11 end]"
253 puts $nroffFH [csubstr $matchInfo(line) 5 end]
260 puts $nroffFH $matchInfo(line)
336 puts $briefHelpFH "$helpName\t[csubstr $matchInfo(line) 9 end]"
349 if {[clength $matchInfo(line)] > 1} {
350 puts $helpFH " [csubstr $matchInfo(line) 1 end]"
352 puts $helpFH $matchInfo(lin
[all...]
H A Dhelp.tcl102 set path [lindex $matchInfo(line) 0]
103 set desc [lrange $matchInfo(line) 1 end]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dfilescan.test61 global testFH matchInfo
64 list line $matchInfo(line)
69 list offset $matchInfo(offset)
74 list bytesread $matchInfo(bytesread)
79 list linenum $matchInfo(linenum)
83 list handle $matchInfo(handle)
90 global matchInfo matchCnt chkMatchCnt testFH
148 set cmd "global matchInfo; ValMatch [list $scanInfo] 1.1"
158 global matchCnt testFH matchInfo
163 set matchInfo(handl
[all...]
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c1995 TPMatchStrInfo matchInfo; local
2005 matchInfo = &SV.matchStr[matchIndex];
2009 matchInfo->matchLine = SV.labels[i - 1];
2016 matchInfo->delimiterChar = SV.scriptLinePtr[SV.scriptLineIndex];
2020 matchInfo->delimiterChar = 0;
2021 matchInfo->matchStr = &SV.scriptLinePtr[SV.scriptLineIndex];
2034 TPMatchStrInfo matchInfo; local
2037 matchInfo = &SV.matchStr[matchIndex];
2038 matchInfo->matchStr = 0;
2039 matchInfo
2057 TPMatchStrInfo matchInfo = NULL; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dtznames.cpp359 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL); local
360 if (matchInfo == NULL) {
364 matches(status)->addElement(matchInfo, status);
366 delete matchInfo;
376 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID); local
377 if (matchInfo == NULL) {
381 matches(status)->addElement(matchInfo, status);
383 delete matchInfo;
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp1314 IOIndex IOFramebuffer::closestDepth(IODisplayModeID mode, IOPixelInformation * matchInfo) argument
1329 if ((pixelInfo.bitsPerPixel == matchInfo->bitsPerPixel)
1330 && (pixelInfo.pixelType == matchInfo->pixelType)
1331 && (pixelInfo.componentCount == matchInfo->componentCount)
1332 && (pixelInfo.bitsPerComponent == matchInfo->bitsPerComponent))

Completed in 126 milliseconds