OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appCtx
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xmh/dist/
main.c
123
XtAppContext
appCtx
;
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
, &ev )
[
all
...]
command.c
134
XtAppContext
appCtx
= XtWidgetToApplicationContext(toplevel);
165
XtAppAddInput(
appCtx
,
185
XtAppAddInput(
appCtx
,
243
XtAppProcessEvent(
appCtx
, (unsigned)XtIMAlternateInput);
/xsrc/external/mit/xfontsel/dist/
xfontsel.c
268
static XtAppContext
appCtx
;
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 8 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026