| /xsrc/external/mit/xbiff/dist/ |
| xbiff.c | 97 XtAppContext xtcontext; local 120 toplevel = XtAppInitialize(&xtcontext, "XBiff", options, XtNumber (options), 137 XtAppAddActions (xtcontext, xbiff_actions, XtNumber(xbiff_actions)); 146 XtAppMainLoop (xtcontext);
|
| /xsrc/external/mit/oclock/dist/ |
| oclock.c | 107 XtAppContext xtcontext; local 128 toplevel = XtOpenApplication(&xtcontext, "Clock", 143 (xtcontext, actions, XtNumber(actions)); 173 XtAppMainLoop(xtcontext);
|
| /xsrc/external/mit/xcalc/dist/ |
| xcalc.c | 80 static XtAppContext xtcontext; /* Toolkit application context */ variable 136 toplevel = XtAppInitialize(&xtcontext, "XCalc", Options, XtNumber(Options), 148 XtAppAddActions(xtcontext, Actions, ActionsCount); 179 XtAppMainLoop(xtcontext); 322 XtDestroyApplicationContext(xtcontext); 343 if (xtcontext != NULL) 344 XtDestroyApplicationContext(xtcontext);
|
| /xsrc/external/mit/appres/dist/ |
| appres.c | 129 XtAppContext xtcontext; local 167 toplevel = XtAppInitialize(&xtcontext, XrmClassToString(classes[0]),
|
| /xsrc/external/mit/xfd/dist/ |
| xfd.c | 176 XtAppContext xtcontext; local 193 toplevel = XtAppInitialize (&xtcontext, "Xfd", 218 XtAppAddActions (xtcontext, xfd_actions, XtNumber (xfd_actions)); 271 oldWarningHandler = XtAppSetWarningMsgHandler(xtcontext, 277 XtAppSetWarningMsgHandler(xtcontext, oldWarningHandler); 341 XtAppMainLoop (xtcontext);
|
| /xsrc/external/mit/xditview/dist/ |
| xditview.c | 165 XtAppContext xtcontext; local 186 toplevel = XtAppInitialize(&xtcontext, "Xditview", 200 XtAppAddActions(xtcontext, xditview_actions, XtNumber(xditview_actions)); 267 XtAppMainLoop(xtcontext);
|
| /xsrc/external/mit/xclipboard/dist/ |
| xclipboard.c | 682 XtAppContext xtcontext; local 687 top = XtAppInitialize( &xtcontext, "XClipboard", table, XtNumber(table), 693 XtAppAddActions (xtcontext, 757 XtAppMainLoop(xtcontext);
|