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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c135 int stringcount = 0; /* number of strings on the stack */ variable
811 stringcount++;
828 * into an open string on the stack. If stringcount is positive we've already
834 if ( stringcount < 1 ) {
837 stringcount = 1;
854 * the stack - provided stringcount is positive. If one string is on the stack
861 if ( stringcount == 1 )
863 else if ( stringcount > 1 )
866 stringcount = 0;

Completed in 57 milliseconds