HomeSort by: relevance | last modified time | path
    Searched refs:XContext (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/xman/dist/
globals.c 54 XContext manglobals_context; /* The context for man_globals. */
globals.h 53 extern XContext manglobals_context; /* The context for man_globals. */
  /xsrc/external/mit/twm/dist/src/
twm.h 383 extern XContext TwmContext;
384 extern XContext MenuContext;
385 extern XContext IconManagerContext;
386 extern XContext ScreenContext;
387 extern XContext ColormapContext;
twm.c 124 XContext TwmContext; /* context for twm windows */
125 XContext MenuContext; /* context for all menu windows */
126 XContext IconManagerContext; /* context for all window list windows */
127 XContext ScreenContext; /* context to get screen data */
128 XContext ColormapContext; /* context for colormap operations */
  /xsrc/external/mit/ctwm/dist/
ctwm.h 344 extern XContext TwmContext;
345 extern XContext MenuContext;
346 extern XContext ScreenContext;
347 extern XContext ColormapContext;
ctwm_main.c 119 XContext TwmContext; /* context for twm windows */
120 XContext MenuContext; /* context for all menu windows */
121 XContext ScreenContext; /* context to get screen data */
122 XContext ColormapContext; /* context for colormap operations */
workspace_manager.c 54 static XContext MapWListContext = None;
  /xsrc/external/mit/libX11/dist/src/
Context.c 78 XContext context;
163 register XContext context,
237 int XFindContext(Display *display, XID rid, XContext context, XPointer *data)
272 int XDeleteContext(Display *display, XID rid, XContext context)
  /xsrc/external/mit/libX11/dist/include/X11/
Xutil.h 357 typedef int XContext;
359 #define XUniqueContext() ((XContext) XrmUniqueQuark())
360 #define XStringToContext(string) ((XContext) XrmStringToQuark(string))
400 XContext /* context */
419 XContext /* context */,
579 XContext /* context */,
  /xsrc/external/mit/libXt/dist/src/
EventUtil.c 83 static XContext perWidgetInputContext = 0;
Selection.c 126 static XContext selectPropertyContext = 0;
127 static XContext paramPropertyContext = 0;
128 static XContext multipleContext = 0;
331 static XContext selectContext = 0;
407 static XContext selectWindowContext = 0;
2295 /* Parameters are temporarily stashed in an XContext. A list is used because
  /xsrc/external/mit/libXaw/dist/src/
XawIm.c 199 static XContext extContext = (XContext)0;
206 if (extContext == (XContext)0) extContext = XUniqueContext();
312 static XContext errContext = (XContext)0;
318 if (errContext == (XContext)0) errContext = XUniqueContext();
1397 if (extContext != (XContext)0 &&
1402 if (errContext != (XContext)0 &&
  /xsrc/external/mit/editres/dist/
editresP.h 71 #define NODE_INFO ((XContext) 42)
utils.c 307 static XContext file_dialog_context = None;

Completed in 62 milliseconds