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

/opensolaris-onvv-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 */
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postdaisy/
H A Dpostdaisy.c161 int linespp = 0; /* lines per page if it's positive */ variable
351 linespp = atoi(optarg);
771 if ( linespp > 0 ) /* it means something so see where we are */
774 if ( vpos > bottommargin || line > linespp )
954 linespp = getc(fp_in);

Completed in 46 milliseconds