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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsint.h70 extern Globals DPSglobals;
72 #define contextBuffers DPSglobals->gcontextBuffers
73 #define queuedBuffers DPSglobals->gqueuedBuffers
74 #define ctxProcs DPSglobals->gctxProcs
75 #define textCtxProcs DPSglobals->gtextCtxProcs
76 #define dummyCtxProcs DPSglobals->gdummyCtxProcs
77 #define spaceProcs DPSglobals->gspaceProcs
78 #define spaces DPSglobals->gspaces
79 #define userNames DPSglobals->guserNames
80 #define userNamesLength DPSglobals
[all...]
H A Ddpsclient.c134 Globals DPSglobals = NULL; variable
158 if (!DPSglobals) {
159 DPSglobals = (Globals)DPScalloc(sizeof(GlobalsRec), 1);
2289 if (DPSglobals == NIL || index < 0 || index > globLastNameIndex

Completed in 17 milliseconds