Searched refs:postbegin (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c137 char *postbegin = POSTBEGIN; /* preceeds all the input files */ variable
299 postbegin = optarg;
353 if (postbegin != NULL)
354 write(ttyo, postbegin, strlen(postbegin));
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c158 char *postbegin = POSTBEGIN; /* preceeds all the input files */ variable
366 postbegin = optarg;
455 postbegin = NULL;
511 if (postbegin != NULL && *postbegin != '\0')
512 Write(ttyo, postbegin, strlen(postbegin));
H A Dparallel.c29 extern char *postbegin;
354 /* write(fd, postbegin, strlen(postbegin)); */

Completed in 47 milliseconds