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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c127 int linespp = LINESPP; /* number of lines per page */ variable
340 linespp = atoi(optarg);
492 * input files are processed. linespp (lines per page) can be set using the -l
510 if ( linespp <= 0 )
511 linespp = LINESPP * POINTSIZE / pointsize;
755 if ( ++line > linespp ) /* done with this page */

Completed in 58 milliseconds