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

/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dxt.c259 INTEGER(XtIMAll), fname, 0);
640 mask = XtIMAll;
646 if (mask != (mask & XtIMAll))
648 STRFUN(builtin), (long)mask, (long)XtIMAll);
/xsrc/external/mit/libXt/dist/src/
H A DEvent.c1607 XtInputMask m = XtIMAll;
1613 m = XtIMAll;
/xsrc/external/mit/proxymngr/dist/
H A Dmain.c235 XtAppProcessEvent (appContext, XtIMAll);
/xsrc/external/mit/xsm/dist/
H A Dxsm.c1346 XtAppProcessEvent (appContext, XtIMAll);
/xsrc/external/mit/libXt/dist/include/X11/
H A DIntrinsic.h1057 #define XtIMAll (XtIMXEvent | XtIMTimer | XtIMAlternateInput | XtIMSignal) macro
/xsrc/external/mit/xfontsel/dist/
H A Dxfontsel.c1516 while (XtAppPending(appCtx)) XtAppProcessEvent(appCtx, XtIMAll);

Completed in 13 milliseconds