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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpssimpint.h55 struct _t_DPSContextRec *chainParent, *chainChild; member in struct:_t_DPSPrivContextRec
H A DdpsXint.h58 struct _t_DPSContextRec *chainParent, *chainChild; member in struct:_t_DPSPrivContextRec
H A Ddpsclient.c602 if (cc->chainParent == NIL && cc->errorProc != NIL) {
2694 The chainParent field is non-NIL if this context automatically receives
2704 if (child->chainParent != NIL)
2710 DPSAssertWarn(parent->chainChild->chainParent == parent, (DPSPrivContext)parent, "attempting to chain context on invalid chain");
2711 child->chainChild->chainParent = child;
2713 child->chainParent = parent;
2717 cc->chainParent = NIL;
2725 DPSContext p = ctxt->chainParent;
2731 ctxt->chainParent = NIL;
2734 DPSAssertWarn(c->chainParent
[all...]
H A DdpsXclient.c117 c->chainParent = c->chainChild = NIL;
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A Ddpsfriends.h290 struct _t_DPSContextRec *chainParent, *chainChild; member in struct:_t_DPSContextRec
317 The chainParent field is non-NIL if this context automatically receives

Completed in 23 milliseconds