Searched refs:foundEvent (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclEvent.c1353 int done, foundEvent;
1367 foundEvent = 1;
1368 while (!done && foundEvent) {
1369 foundEvent = Tcl_DoOneEvent(TCL_ALL_EVENTS);
1384 if (!foundEvent) {
1333 int done, foundEvent; local
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclEvent.c1202 int done, foundEvent;
1216 foundEvent = 1;
1217 while (!done && foundEvent) {
1218 foundEvent = Tcl_DoOneEvent(TCL_ALL_EVENTS);
1230 if (!foundEvent) {
1184 int done, foundEvent; local
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixWm.c317 int foundEvent; /* Non-zero means that an event of the desired member in struct:WaitRestrictInfo
5234 info.foundEvent = 0;
5241 while (!info.foundEvent) {
5248 if (info.foundEvent) {
5293 infoPtr->foundEvent = 1;
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixWm.c307 int foundEvent; /* Non-zero means that an event of the member in struct:WaitRestrictInfo
4743 info.foundEvent = 0;
4750 while (!info.foundEvent) {
4757 if (info.foundEvent) {
4802 infoPtr->foundEvent = 1;
/macosx-10.10.1/ruby-106/ruby/ext/tk/
H A Dtcltklib.c2961 int status, foundEvent; local
2980 foundEvent = RTEST(lib_eventloop_launcher(/* not check root-widget */0, 0,
4231 int ret, done, foundEvent; local
4325 foundEvent = RTEST(lib_eventloop_launcher(/* not check root-widget */0,
4375 if (!foundEvent) {
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c9704 int done, foundEvent; local
9734 foundEvent = 1;
9735 while (!done && foundEvent) {
9736 foundEvent = Tcl_DoOneEvent(TCL_ALL_EVENTS);
9747 if (!foundEvent) {

Completed in 257 milliseconds