Searched defs:textProc (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpssimpint.h51 void (*textProc)(); member in struct:_t_DPSPrivContextRec
H A DdpsXint.h54 DPSTextProc textProc; member in struct:_t_DPSPrivContextRec
H A DdpsXpriv.c278 DPSTextProc textProc,
277 DPSInitClient( DPSTextProc textProc, void (*releaseProc) (char *, char *)) argument
H A DdpsXclient.c96 DPSTextProc textProc,
111 if (textProc) c->textProc = textProc;
376 DPSTextProc textProc = DPSGetCurrentTextBackstop(); local
380 if (textProc != NIL)
384 (*textProc) (ctxt, m, strlen (m));
388 if (textProc != NIL)
393 (*textProc) (ctxt, m, strlen (m));
397 if (textProc !
93 DPSContextFromContextID( DPSContext ctxt, int contextID, DPSTextProc textProc, DPSErrorProc errorProc) argument
518 XDPSCreateSimpleContext( Display *dpy, Drawable draw, GC gc, int x, int y, DPSTextProc textProc, DPSErrorProc errorProc, DPSSpace space) argument
545 XDPSCreateContext( Display *dpy, Drawable draw, GC gc, int x, int y, unsigned int eventmask, XStandardColormap *grayramp, XStandardColormap *ccube, int actual, DPSTextProc textProc, DPSErrorProc errorProc, DPSSpace space) argument
575 XDPSCreateSecureContext( Display *dpy, Drawable draw, GC gc, int x, int y, unsigned int eventmask, XStandardColormap *grayramp, XStandardColormap *ccube, int actual, DPSTextProc textProc, DPSErrorProc errorProc, DPSSpace space) argument
[all...]
H A Ddpsclient.c513 if ((n > 0) && (cc->textProc != NIL)) {
514 (*cc->textProc)((DPSContext)cc, buf, n);
2030 (*ctxt->textProc)(ctxt, buf, nch);
2372 DPSTextProc textProc = DPSGetCurrentTextBackstop(); local
2407 if (textProc != NIL) {
2408 (*textProc)(ctxt, prefix, strlen(prefix));
2409 (*textProc)(ctxt, errorName, errorNameCount);
2410 (*textProc)(ctxt, infix, strlen(infix));
2411 (*textProc)(ctxt, error, errorCount);
2412 (*textProc)(ctx
2487 DPSCreateTextContext( DPSTextProc textProc, DPSErrorProc errorProc) argument
2560 DPSSetTextBackstop(DPSTextProc textProc) argument
2605 DPSCreateContext( char *wh, DPSTextProc textProc, DPSErrorProc errorProc, DPSSpace space) argument
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A Ddpsfriends.h286 void (*textProc)(struct _t_DPSContextRec *, char *, long unsigned); member in struct:_t_DPSContextRec
308 The 'textProc' and 'errorProc' are called by the client library

Completed in 23 milliseconds