Searched refs:appCtx (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xmh/dist/
H A Dmain.c123 XtAppContext appCtx; local in function:main
127 appCtx = XtWidgetToApplicationContext(toplevel);
128 (void) XtAppSetWarningMsgHandler(appCtx, PopupWarningHandler);
132 (void) XtAppAddTimeOut(appCtx, (unsigned long) 0,
133 CheckMail, (XtPointer)appCtx);
137 (void) XtAppAddTimeOut(appCtx,
139 NeedToCheckScans, (XtPointer)appCtx);
144 (void) XtAppAddTimeOut(appCtx, (unsigned long)
146 Checkpoint, (XtPointer)appCtx);
156 XtAppNextEvent( appCtx,
[all...]
H A Dcommand.c134 XtAppContext appCtx = XtWidgetToApplicationContext(toplevel); local in function:_DoCommandToFileOrPipe
165 XtAppAddInput( appCtx,
185 XtAppAddInput( appCtx,
243 XtAppProcessEvent(appCtx, (unsigned)XtIMAlternateInput);
/xsrc/external/mit/xfontsel/dist/
H A Dxfontsel.c268 static XtAppContext appCtx; variable in typeref:typename:XtAppContext
316 topLevel = XtAppInitialize(&appCtx, "XFontSel", options, XtNumber(options),
347 XtAppAddActions(appCtx, xfontsel_actions, XtNumber(xfontsel_actions));
439 XtAppMainLoop(appCtx);
476 XtAppAddWorkProc(appCtx, DoWorkPiece, NULL);
604 XtAppWarning( appCtx,
1516 while (XtAppPending(appCtx)) XtAppProcessEvent(appCtx, XtIMAll);

Completed in 6 milliseconds