Lines Matching refs:cid
74 long int cid)
81 if (cc->cid == cid && ((XDPSPrivContext) cc->wh)->dpy == dpy)
88 int cid)
90 return ((DPSContext) FindPrivContext (dpy, cid));
115 c->cid = contextID;
135 (XDPSPrivContext) c->wh, (DPSContext)c, c->cid, ss->sid, DPSclientPrintProc);
230 c->cid, NIL, 0, NIL);
262 c->cid, buf, count, NIL);
332 DPSSendTerminate((XDPSPrivContext) c->wh, c->cid, DPSclientPrintProc);
606 DPSContext XDPSContextFromSharedID (dpy, cid, textProc, errorProc)
608 ContextPSID cid;
621 c = FindPrivContext (dpy, cid);
628 else if (XDPSLIDFromContext (dpy, cid, &cxid, &sxid) != 1)
670 c->cid = cid;