Searched refs:XtIMXEvent (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libXTrap/dist/src/
H A DXEWrappers.c211 if (imask & XtIMXEvent)
242 if (imask & XtIMXEvent)
/xsrc/external/mit/libXt/dist/src/
H A DNextEvent.c1401 if (mask & XtIMXEvent) {
1420 ((mask & XtIMXEvent) ? FALSE : TRUE),
1426 if (mask & XtIMXEvent && d != -1) {
1460 ret = XtIMXEvent;
1467 ret = XtIMXEvent;
1505 ret |= XtIMXEvent;
/xsrc/external/mit/xmh/dist/
H A Dcommand.c230 while (!(XtAppPending(app) & XtIMXEvent)) {
/xsrc/external/mit/libXt/dist/include/X11/
H A DIntrinsic.h1053 #define XtIMXEvent 1 macro
1057 #define XtIMAll (XtIMXEvent | XtIMTimer | XtIMAlternateInput | XtIMSignal)
/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dxt.c251 INTEGER(XtIMXEvent), fname, 0);
/xsrc/external/mit/xterm/dist/
H A DTekproc.c838 if (xtermAppPending() & XtIMXEvent) {
H A Dmisc.c609 if ((input_mask & XtIMXEvent) != XtIMXEvent)
692 } while (xtermAppPending() & XtIMXEvent);
/xsrc/external/mit/libXaw/dist/src/
H A DTextAction.c3187 while (XtAppPending(app_context) & XtIMXEvent) {
3193 XtAppProcessEvent(app_context, XtIMXEvent);

Completed in 24 milliseconds