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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpssimpint.h69 } DPSPrivContextRec, *DPSPrivContext; typedef in typeref:struct:_t_DPSPrivContextRec
80 DPSPrivContext firstContext;
H A DdpsXint.h79 } DPSPrivContextRec, *DPSPrivContext; typedef in typeref:struct:_t_DPSPrivContextRec
95 DPSPrivContext firstContext;
H A DdpsXclient.c72 static DPSPrivContext FindPrivContext (
77 DPSPrivContext cc;
100 Display *dpy = ((XDPSPrivContext) ((DPSPrivContext) ctxt)->wh)->dpy;
101 DPSPrivContext c, cc = FindPrivContext (dpy, contextID);
102 DPSPrivContext oldc = (DPSPrivContext)ctxt;
106 c = (DPSPrivContext)DPScalloc(sizeof(DPSPrivContextRec), 1);
143 DPSPrivContext cc = (DPSPrivContext) ctxt;
160 DPSPrivContext
[all...]
H A Ddpsint.h88 extern boolean DPSCheckShared(DPSPrivContext ctxt);
119 extern void DPSInitPrivateContextFields(DPSPrivContext c, DPSPrivSpace s);
122 extern void DPSInitPrivateTextContextFields(DPSPrivContext c, DPSPrivSpace s);
H A Ddpsclient.c153 ((DPSPrivContext)ctxt)->lastNameIndex = ((DPSPrivSpace)(ctxt->space))->lastNameIndex;
405 DPSPrivContext cc, c = (DPSPrivContext) ctxt;
426 DPSPrivContext cc = (DPSPrivContext) ctxt;
431 if (cc == NIL) cc = (DPSPrivContext)dummyCtx;
665 DPSPrivContext c = (DPSPrivContext) ctxt;
701 if (((DPSPrivContext)ctxt)->lastNameIndex < globLastNameIndex) DPSUpdateNameMap(ctxt);
818 DPSPrivContext
[all...]

Completed in 17 milliseconds