Lines Matching refs:cc
77 DPSPrivContext cc;
80 for (cc = ss->firstContext; cc != NIL; cc = cc->next)
81 if (cc->cid == cid && ((XDPSPrivContext) cc->wh)->dpy == dpy)
82 return (cc);
101 DPSPrivContext c, cc = FindPrivContext (dpy, contextID);
104 if (cc != NIL) return (DPSContext)cc;
143 DPSPrivContext cc = (DPSPrivContext) ctxt;
145 if (!cc->creator || cc->zombie) {
147 if (cc->errorProc != NIL) {
148 (*cc->errorProc) (ctxt, cc->zombie ? dps_err_deadContext :
691 DPSPrivContext cc = (DPSPrivContext) ctxt;
692 DPSPrivSpace ss = (DPSPrivSpace) (cc->space);
694 if ((!cc->creator || !ss->creator) && newNameEncoding != dps_strings)
697 if (cc->errorProc != NIL)
698 (*cc->errorProc) (ctxt, dps_err_encodingCheck,