Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lp/filter/postscript/common/
H A Dcomments.h151 #define ENDPAGE "%%EndPage:" macro
/titanic_50/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c577 fprintf(stdout, "%s %d %d\n", ENDPAGE, page, printed); in done()
720 fprintf(fp_out, "%s %d %d\n", ENDPAGE, page, printed); in formfeed()
/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c1795 fprintf(tf, "%s %d %d\n", ENDPAGE, lastpg, printed); in t_page()