Searched defs:prologue (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c41 * The PostScript prologue is copied from *prologue before any of the input files
96 * the prologue, which is where they belong. If they're changed (by options), an
97 * appropriate definition is made after the prologue is added to the output file.
113 #include "path.h" /* for the prologue */
120 char *prologue = POSTPRINT; /* default PostScript prologue */ variable
185 header(); /* PostScript header and prologue */
236 * Scans the option list looking for things, like the prologue file, that we need
239 * they now say there should be nothing executed in the prologue, an
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c107 * individual pages and put in the prologue by utility programs like postreverse.
117 * The PostScript prologue is copied from *prologue before any of the input files
144 * procedure t) from the decodingdefs array defined in the prologue. num
157 * are defined, in *prologue, so they agree with the one or two character
207 * out of *prologue and put in a separate file (ie. DRAW as defined in path.h).
210 * of page independence. If you don't approve append *drawfile to *prologue and
214 * the prologue, which is where they belong. If they're changed (by options), an
215 * appropriate definition is made after the prologue is added to the output file.
272 #include "path.h" /* for the prologue an
278 char *prologue = DPOST; /* the basic PostScript prologue */ variable
[all...]
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c50 * -Pfile specify different Postscript prologue file
129 * PostScript command strings defined in the prologue file
221 static char *prologue; variable
376 prologue = optarg;
616 * Generates the PostScript header and includes the prologue file
631 if (prologue == NULL) {
638 if ((fp = fopen(prologue, "r")) == NULL) {
639 fatal("can't open prologue file %s", prologue);

Completed in 63 milliseconds