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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DDPSCAPClient.h99 extern DPSCAPGlobals gCSDPS;
H A Dcslibext.c68 DPSCAPGlobals gCSDPS = NULL; variable
115 if (gCSDPS == NULL)
304 my->next = gCSDPS->head;
305 gCSDPS->head = my;
535 if (my == gCSDPS->head)
536 gCSDPS->head = my->next;
537 else for (n = gCSDPS->head; n != NULL; n = n->next)
551 gCSDPS = (DPSCAPGlobals)Xcalloc(1, sizeof(DPSCAPGlobalsRec));
H A DXDPS.c1488 if (gCSDPS == NULL)
1492 old = gCSDPS->defaultAgentName;
1493 gCSDPS->defaultAgentName = name;
1497 old = gCSDPS->map[DPY_NUMBER(dpy)];
1498 gCSDPS->map[DPY_NUMBER(dpy)] = name;

Completed in 36 milliseconds