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

/xsrc/external/mit/libXaw/dist/src/
H A DXawIm.c199 static XContext extContext = (XContext)0; variable in typeref:typename:XContext
206 if (extContext == (XContext)0) extContext = XUniqueContext();
211 if (XSaveContext(XtDisplay(w), (Window)w, extContext, (char *)contextData)) {
223 if (XFindContext(XtDisplay(w), (Window)w, extContext,
403 if (!XFindContext(XtDisplay(vw), (Window)vw, extContext,
407 XDeleteContext(XtDisplay(vw), (Window)vw, extContext);
1397 if (extContext != (XContext)0 &&
1399 extContext, (XPointer*)&contextData))

Completed in 3 milliseconds