Searched defs:wh (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpssimpint.h62 char *wh; member in struct:_t_DPSPrivContextRec
79 char *wh; /* KLUDGE to support DPSSendDestroySpace */ member in struct:_t_DPSPrivSpaceRec
H A DdpsXint.h65 char *wh; member in struct:_t_DPSPrivContextRec
94 char *wh; /* KLUDGE to support DPSSendDestroySpace */ member in struct:_t_DPSPrivSpaceRec
H A DdpsXpriv.c315 XDPSPrivContext wh; local
351 if ((wh = (XDPSPrivContext) calloc (sizeof (XDPSPrivContextRec), 1)) != 0)
353 wh->dpy = dpy;
354 wh->drawable = drawable;
355 wh->gc = gc;
356 wh->x = x;
357 wh->y = y;
358 wh->eventmask = eventmask;
359 wh->grayramp = grayramp;
360 wh
371 DPSCreatePrivContext( XDPSPrivContext wh, DPSContext ctxt, ContextPSID *cidP, SpaceXID *sxidP, boolean newSpace, DPSClientPrintProc printProc) argument
412 DPSIncludePrivContext( XDPSPrivContext wh, DPSContext ctxt, ContextPSID cid, SpaceXID sxid, DPSClientPrintProc printProc) argument
453 DPSSendPostScript( register XDPSPrivContext wh, DPSClientPrintProc printProc, ContextPSID cid, char *buffer, long int count, boolean (*returnControl)(void)) argument
483 DPSSendInterrupt( XDPSPrivContext wh, ContextPSID cid, DPSClientPrintProc printProc) argument
493 DPSSendEOF( XDPSPrivContext wh, ContextPSID cid, DPSClientPrintProc printProc) argument
503 DPSSendTerminate( XDPSPrivContext wh, ContextPSID cid, DPSClientPrintProc printProc) argument
521 DPSSendDestroySpace( XDPSPrivContext wh, SpaceXID sxid, DPSClientPrintProc printProc) argument
[all...]
H A DdpsXclient.c81 if (cc->cid == cid && ((XDPSPrivContext) cc->wh)->dpy == dpy)
100 Display *dpy = ((XDPSPrivContext) ((DPSPrivContext) ctxt)->wh)->dpy;
135 (XDPSPrivContext) c->wh, (DPSContext)c, c->cid, ss->sid, DPSclientPrintProc);
161 XDPSLFlush (((XDPSPrivContext) c->wh)->dpy);
178 XDPSPrivContext xwh = (XDPSPrivContext) c->wh;
229 } else DPSSendPostScript((XDPSPrivContext) c->wh, DPSclientPrintProc,
261 DPSSendPostScript ((XDPSPrivContext) c->wh, DPSclientPrintProc,
269 register XDPSPrivContext xwh = (XDPSPrivContext) c->wh;
332 DPSSendTerminate((XDPSPrivContext) c->wh, c->cid, DPSclientPrintProc);
335 /* Don't free the space's wh ou
760 XDPSPrivContext wh = (XDPSPrivContext) (((DPSPrivContext) ctxt)->wh); local
[all...]
H A Ddpsclient.c1038 DPSSendInterrupt((XDPSPrivContext)c->wh, c->cid, DPSclientPrintProc);
2606 char *wh,
2645 if (ss->wh == NIL) ss->wh = wh; /* KLUDGE to support DPSSendDestroySpace */
2649 c->wh = wh;
2665 (XDPSPrivContext)wh,
2688 char *tmp = cc->wh;
2689 cc->wh
2605 DPSCreateContext( char *wh, DPSTextProc textProc, DPSErrorProc errorProc, DPSSpace space) argument
[all...]

Completed in 21 milliseconds