Searched refs:numFound (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXNotify.c178 int numFound;
185 numFound = GetNumEventsInQueue((EventQueueRef)clientData);
188 if (numFound > 4) {
189 numFound = 4;
191 while (numFound > 0 && err == noErr) {
193 numFound--;
174 int numFound; local
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixEvent.c413 int numFound;
416 numFound = XEventsQueued(display, QueuedAfterReading);
417 if (numFound == 0) {
480 int fd, index, numFound, numFdBits = 0;
538 numFound = select(numFdBits, (SELECT_MASK *) readMaskPtr, NULL, NULL,
540 if (numFound <= 0) {
404 int numFound; local
470 int fd, index, numFound, numFdBits = 0; local
H A DtkUnixColor.c265 int i, closest, numFound;
283 VisualIDMask, &template, &numFound);
284 if (numFound < 1) {
261 int i, closest, numFound; local
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixEvent.c433 int numFound;
436 numFound = XEventsQueued(display, QueuedAfterReading);
437 if (numFound == 0) {
504 int fd, index, numFound, numFdBits = 0;
567 numFound = select(numFdBits, (SELECT_MASK *) &readMask[0], NULL, NULL,
569 if (numFound <= 0) {
424 int numFound; local
494 int fd, index, numFound, numFdBits = 0; local
H A DtkUnixColor.c269 int i, closest, numFound;
286 VisualIDMask, &template, &numFound);
287 if (numFound < 1) {
265 int i, closest, numFound; local
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/IrComm/
H A DIrComm.h41 int numFound, // number of peers discovered
H A DIrComm.cpp284 void IrComm::TTPDiscoverComplete(int numFound, IrDAErr result) argument
289 XTRACE(kLogDiscoverComplete, numFound, result);
293 DebugLog("numFound=%d, result=%ld", numFound, result);
297 if (numFound > 0) {
300 for (i = 0 ; i < numFound; i++) { // log all the discovered peers -- debugging only
307 for (i = 0 ; i < numFound; i++) { // find a peer with the ircomm hint bit
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_poll.c467 int bit, index, mask, numFound;
488 numFound = poll(fdArray,fdsInUse,timeout);
495 (filePtr != NULL) && (numFound > 0);
514 numFound--;
460 int bit, index, mask, numFound; local
H A Dexp_simple.c185 int numFound;
196 numFound = select(numFdBits, (SELECT_MASK *) &readyMasks[0],
205 if (numFound == -1) {
182 int numFound; local
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/TinyTP/
H A Dttplmp.cpp85 UInt32 numFound,
88 XTRACE( kDiscoverComplete, numFound, 0 );
92 TTPDiscoverComplete(numFound, result);
84 DiscoverComplete( UInt32 numFound, IrDAErr result ) argument
H A Dttp.h147 int numFound, // number of peers discovered
228 UInt32 numFound, // number of peers discovered
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Streams/
H A DCIrLSAP.cpp723 UInt32 numFound; // number of peers discovered local
741 numFound = fDiscoverList->GetArraySize();
742 XTRACE( kDiscoverCompleteEvent, numFound, reply->fResult );
743 if( numFound > 0 ) {
754 DiscoverComplete( numFound, reply->fResult ); // virtual dispatch
H A DCIrLSAP.h75 UInt32 numFound, // number of peers discovered
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixNotfy.c691 int numFound;
824 numFound = select(tsdPtr->numFdBits, &(tsdPtr->readyMasks.readable),
833 if (numFound == -1) {
682 int numFound; local
H A DtclUnixChan.c3073 int numFound, result = 0;
3156 numFound = select(fd + 1, &readableMask, &writableMask,
3158 if (numFound == 1) {
3036 int numFound, result = 0; local
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixNotfy.c683 int numFound;
804 numFound = select( tsdPtr->numFdBits,
815 if (numFound == -1) {
674 int numFound; local
H A DtclUnixChan.c3239 int index, numFound, result = 0;
3316 numFound = select(fd+1, (SELECT_MASK *) &readyMasks[0],
3319 if (numFound == 1) {
3200 int index, numFound, result = 0; local
/macosx-10.9.5/tcl-102/tcl/tcl/macosx/
H A DtclMacOSXNotify.c1591 int numFound, result = 0;
1677 numFound = select(fd + 1, &readableMask, &writableMask,
1679 if (numFound == 1) {
1574 int numFound, result = 0; local
/macosx-10.9.5/vim-53/src/
H A Dgui_x11.c2385 int i, closest, numFound, cmap_size; local
2392 &template, &numFound);
2393 if (numFound < 1)

Completed in 221 milliseconds