Searched refs:textProc (Results 1 - 10 of 10) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXclient.h132 DPSTextProc textProc,
142 'textProc' is called to dispose of text sent by the context.
152 DPSTextProc textProc,
159 extern DPSContext DPSCreateTextContext(DPSTextProc textProc,
163 to 'textProc' (rather than the interpreter). 'errorProc' can
164 be used by the implementation of 'textProc' to report any i/o
177 DPSTextProc textProc,
185 DPSTextProc textProc,
195 If 'textProc' or 'errorProc' are NULL, the new DPSContext will
197 context gets the 'textProc' an
[all...]
H A Ddpsclient.h166 extern void DPSSetTextBackstop(DPSTextProc textProc);
168 /* Call this to establish textProc as the handler for text output from
171 argument to textProc in the latter case. */
175 /* Returns the textProc passed most recently to DPSSetTextBackstop, or NULL
380 #define DPSSetTextProc(ctxt, tp) ((ctxt)->textProc = (tp))
382 /* Change ctxt's textProc. */
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
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsprivate.h62 DPSTextProc textProc,
H A Ddpssimpint.h51 void (*textProc)(); member in struct:_t_DPSPrivContextRec
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 DdpsXint.h54 DPSTextProc textProc; member in struct:_t_DPSPrivContextRec
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...]
H A Ddpsint.h111 DPSTextProc textProc,
H A DdpsXpriv.c278 DPSTextProc textProc,
277 DPSInitClient( DPSTextProc textProc, void (*releaseProc) (char *, char *)) argument

Completed in 36 milliseconds