Searched refs:entered (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xcalc/dist/
H A Dmath.c50 static int entered=1; /* true if display contains a valid number. variable in typeref:typename:int
54 /* entered seems to be overloaded - dmc */
146 if ( (entered==3) && !(keynum==kCLR || keynum==kOFF)) {
171 entered=3;
209 entered=3;
289 entered = 2;
297 entered = 1;
303 entered = 2;
315 /* if (rpn && entered==2)
353 entered
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxbackend.c75 int entered; member in struct:_myPrivate
346 int entered = priv->entered; local in function:dmxBackendCollectEvents
355 if (entered++)
357 priv->entered = 1;
400 entered, priv->lastX, priv->lastY);
428 priv->entered = 0;
439 if (entered && priv->relative) {
/xsrc/external/mit/twm/dist/src/
H A Dmenus.h104 short entered; /* EnterNotify following pop up */ member in struct:MenuRoot
H A Dmenus.c513 if (!ActiveMenu->entered)
1003 menu->entered = FALSE;
H A Devents.c1993 * Save the id of the window entered. This will be used to remove
2125 mr->entered = TRUE;
/xsrc/external/mit/ctwm/dist/
H A Dmenus.h82 bool entered; /* EnterNotify following pop up */ member in struct:MenuRoot
H A Dmenus.c534 if(!ActiveMenu->entered) {
1363 menu->entered = true;
1383 menu->entered = false;
H A Devent_handlers.c2464 else if(Scr->StayUpMenus && !ActiveMenu->entered) {
3168 * entered.
3400 mr->entered = true;
H A DCHANGES.md1488 not yet been entered by the pointer, or the current item is a
/xsrc/external/mit/imake/dist/
H A Dimake.c687 static boolean entered = FALSE; local in function:LogFatal
690 if (entered)
692 entered = TRUE;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/
H A Ddoxygen.conf.in30 # If a relative path is entered, it will be relative to the location
498 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
608 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
685 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
726 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
757 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc1388 each window as it is entered. Normally, ctwm sets the focus
1797 yet been entered by the pointer, or the current item is a f.title.
2426 entered by the pointer. See the description of the variable `AutoRaise`.
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst3293 - radeonsi: clear dirty_atoms and dirty_states only if we entered the emit loop

Completed in 35 milliseconds