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

/xsrc/external/mit/libXaw/dist/src/
H A DTextPop.c1524 static XtAppContext *app_context_list; local in function:SetWMProtocolTranslations
1539 for (i = 0; i < list_size && app_context_list[i] != app_context; i++)
1547 app_context_list = (XtAppContext *)XtRealloc
1548 ((char *)app_context_list, (Cardinal)(list_size * sizeof(XtAppContext)));
1550 app_context_list[i] = app_context;

Completed in 3 milliseconds