Searched refs:drawfile (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c121 * default prologue (they're now in *drawfile) and only includes them if they're
123 * Routine getdraw() is responsible for adding *drawfile to the output file, and
124 * if it can't read *drawfile it continues on as if nothing happened. That means
125 * everything should still work if you append *drawfile to *prologue and then
126 * delete *drawfile.
138 int gotdraw = FALSE; /* TRUE when *drawfile has been added */
156 extern char *drawfile;
175 * from *drawfile. Stuff is done at most once per job, and only if the job needs
183 if ( gotdraw == FALSE && access(drawfile, 04) == 0 )
184 doglobal(drawfile);
[all...]
H A Ddpost.c210 * of page independence. If you don't approve append *drawfile to *prologue and
211 * make sure *drawfile can't be read when DPOST runs.
280 char *drawfile = DRAW; /* and drawing */ variable
890 * drawing procedures have been moved out of *prologue and put in *drawfile. The
911 drawfile = path;

Completed in 64 milliseconds