Lines Matching refs:ic_table
242 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 == NULL) return(TRUE);
1302 if (IsSharedIC(ve) && ve->ic.ic_table[0].widget) {
1305 CreateIC(ve->ic.ic_table[0].widget, ve);
1306 SetICFocus(ve->ic.ic_table[0].widget, ve);
1309 for (p = ve->ic.ic_table; p; p = p->next) {
1313 for (p = ve->ic.ic_table; p; p = p->next) {
1335 for (p = ve->ic.ic_table; p; p = p->next) {
1376 ve->ic.ic_table = NULL;