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

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DXawImP.h108 XawIcTableList ic_table; member in struct:_XawIcPart
/xsrc/external/mit/libXaw/dist/src/
H A DXawIm.c242 for (p = ve->ic.ic_table; p; p = p->next) {
259 for (p = ve->ic.ic_table; p; p = p->next) {
368 for (p = ve->ic.ic_table; p; p = p->next) {
411 for (p = ve->ic.ic_table; p; p = next) {
599 for (p = ve->ic.ic_table; p; p = p->next) {
631 table->next = ve->ic.ic_table;
632 ve->ic.ic_table = table;
641 for (prev = &ve->ic.ic_table; (p = *prev) != NULL; prev = &p->next) {
1241 for (p = ve->ic.ic_table; p; p = p->next)
1272 if (ve->ic.ic_table
[all...]

Completed in 4 milliseconds