Searched refs:prologue (Results 1 - 12 of 12) 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/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);
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot.s128 1: ! PIC prologue
139 add %l7, %o7, %l7 ! finish PIC prologue
/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/lib/libc/sparc/crt/
H A D_rtboot.s91 1: ! PIC prologue
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincos.S174 add %fp,junk,%o0 ! loop prologue
H A D__vsincosf.S192 fzero %f10 ! loop prologue
H A D__vatan2.S159 fzero %f20 ! loop prologue
H A D__vcosf.S184 fzero %f10 ! loop prologue
H A D__vsinf.S184 fzero %f10 ! loop prologue
H A D__vcos_ultra3.S173 add %fp,junk,%o1 ! loop prologue
H A D__vsin_ultra3.S173 add %fp,junk,%o1 ! loop prologue

Completed in 84 milliseconds