Searched refs:xtcontext (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xbiff/dist/
H A Dxbiff.c97 XtAppContext xtcontext; local in function:main
120 toplevel = XtAppInitialize(&xtcontext, "XBiff", options, XtNumber (options),
137 XtAppAddActions (xtcontext, xbiff_actions, XtNumber(xbiff_actions));
146 XtAppMainLoop (xtcontext);
/xsrc/external/mit/oclock/dist/
H A Doclock.c107 XtAppContext xtcontext; local in function:main
128 toplevel = XtOpenApplication(&xtcontext, "Clock",
143 (xtcontext, actions, XtNumber(actions));
173 XtAppMainLoop(xtcontext);
/xsrc/external/mit/xcalc/dist/
H A Dxcalc.c80 static XtAppContext xtcontext; /* Toolkit application context */ variable in typeref:typename:XtAppContext
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/
H A Dappres.c129 XtAppContext xtcontext; local in function:main
167 toplevel = XtAppInitialize(&xtcontext, XrmClassToString(classes[0]),
/xsrc/external/mit/xfd/dist/
H A Dxfd.c176 XtAppContext xtcontext; local in function:main
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/
H A Dxditview.c165 XtAppContext xtcontext; local in function:main
186 toplevel = XtAppInitialize(&xtcontext, "Xditview",
200 XtAppAddActions(xtcontext, xditview_actions, XtNumber(xditview_actions));
267 XtAppMainLoop(xtcontext);
/xsrc/external/mit/xclipboard/dist/
H A Dxclipboard.c682 XtAppContext xtcontext; local in function:main
687 top = XtAppInitialize( &xtcontext, "XClipboard", table, XtNumber(table),
693 XtAppAddActions (xtcontext,
757 XtAppMainLoop(xtcontext);

Completed in 7 milliseconds