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

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
XawImP.h 106 XawIcTableList shared_ic_table; member in struct:_XawIcPart
  /xsrc/external/mit/libXaw/dist/src/
XawIm.c 245 return(ve->ic.shared_ic_table);
362 if ((p = ve->ic.shared_ic_table) && p->xic) {
408 if (ve->ic.shared_ic_table)
409 XtFree((char *)ve->ic.shared_ic_table);
594 p = ve->ic.shared_ic_table;
1303 p = ve->ic.shared_ic_table;
1331 p = ve->ic.shared_ic_table;
1373 if ((ve->ic.shared_ic_table = CreateIcTable( (Widget)vw, ve)) == NULL)

Completed in 6 milliseconds