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

/xsrc/external/mit/libXt/dist/src/
H A DGCManager.c163 GCptr GClist, next; local in function:_XtGClistFree
165 GClist = pd->GClist;
166 while (GClist) {
167 next = GClist->next;
168 XtFree((char *) GClist);
169 GClist = next;
219 for (prev = &pd->GClist; (cur = *prev); prev = &cur->next) {
226 cur->next = pd->GClist;
227 pd->GClist
[all...]
H A DDisplay.c208 pd->GClist = NULL;
/xsrc/external/mit/libXt/dist/include/X11/
H A DInitialI.h315 struct _GCrec *GClist; /* support for XtGetGC */ member in struct:_XtPerDisplayStruct

Completed in 8 milliseconds