Searched defs:extContext (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DXawIm.c150 static XContext extContext = (XContext)NULL; variable
158 if (extContext == (XContext)NULL) extContext = XUniqueContext();
163 if (XSaveContext(XtDisplay(w), (Window)w, extContext, (char *)contextData)) {
175 if (XFindContext(XtDisplay(w), (Window)w, extContext,
389 if (!XFindContext(XtDisplay(vw), (Window)vw, extContext,
393 XDeleteContext(XtDisplay(vw), (Window)vw, extContext); local
1432 if (extContext != (XContext)NULL &&
1434 extContext, (XPointer*)&contextData))

Completed in 15 milliseconds