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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextPop.c1436 static Cardinal list_size; /* initially 0 */ local
1445 for (i=0; i < list_size && app_context_list[i] != app_context; i++) ;
1446 if (i == list_size) {
1450 list_size++;
1452 ((char *)app_context_list, list_size * sizeof(XtAppContext));

Completed in 12 milliseconds