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

/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dcomments.h62 #define PAGES "%%Pages:" macro
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c259 fprintf(stdout, "%s %s\n", PAGES, ATEND);
560 * comment, make sure the last page prints, and add things like the PAGES comment
583 fprintf(stdout, "%s %d\n", PAGES, printed);
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c721 fprintf(stdout, "%s %s\n", PAGES, ATEND);
1001 * and PAGES comments that can only be determined after all the input files have
1018 fprintf(stdout, "%s %d\n", PAGES, printed);

Completed in 117 milliseconds