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

/xsrc/external/mit/libXt/dist/src/
H A DSelection.c127 static XContext paramPropertyContext = 0; variable in typeref:typename:XContext
2308 if (paramPropertyContext == 0)
2309 paramPropertyContext = XUniqueContext();
2311 if (XFindContext(XtDisplay(w), XtWindow(w), paramPropertyContext,
2317 (void) XSaveContext(XtDisplay(w), XtWindow(w), paramPropertyContext,
2333 paramPropertyContext, (char *) pinfo);
2348 if (paramPropertyContext
2349 && (XFindContext(XtDisplay(w), XtWindow(w), paramPropertyContext,
2367 XDeleteContext(XtDisplay(w), XtWindow(w), paramPropertyContext);
2380 if (paramPropertyContext
[all...]

Completed in 4 milliseconds