Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c137 char *postbegin = POSTBEGIN; /* preceeds all the input files */ variable
295 postbegin = optarg; in options()
348 if (postbegin != NULL) in initialize()
349 write(ttyo, postbegin, strlen(postbegin)); in initialize()
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c158 char *postbegin = POSTBEGIN; /* preceeds all the input files */ variable
366 postbegin = optarg; in options()
455 postbegin = NULL; in initialize()
511 if (postbegin != NULL && *postbegin != '\0') in start()
512 Write(ttyo, postbegin, strlen(postbegin)); in start()
H A Dparallel.c29 extern char *postbegin;