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

/xsrc/external/mit/libXaw/dist/src/
H A DXawIm.c118 static XawIcTableList GetIcTableShared(Widget, XawVendorShellExtPart*);
238 GetIcTableShared(Widget w, XawVendorShellExtPart *ve) function in typeref:typename:XawIcTableList
294 ((p = GetIcTableShared(w, ve)) == NULL) ||
692 if ((p = GetIcTableShared(w, ve)) == NULL) return(FALSE);
781 if (((ve->im.xim == NULL) || (p = GetIcTableShared(w, ve)) == NULL) ||
932 if ((ve->im.xim == NULL) || ((p = GetIcTableShared(w, ve)) == NULL) ||
1074 if ((ve->im.xim == NULL) || ((p = GetIcTableShared(w, ve)) == NULL) ||
1095 if ((ve->im.xim == NULL) || ((p = GetIcTableShared(w, ve)) == NULL) ||
1162 if ((p = GetIcTableShared(w, ve)) == NULL) return;
1175 if ((ve->im.xim == NULL) || ((p = GetIcTableShared(
[all...]

Completed in 170 milliseconds