Searched defs:textcount (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c475 * processed by making a single call to procedure t. textcount counts the number
477 * make sure PostScript's stack doesn't get too big. When textcount is positive
485 int textcount = 0; /* strings accumulated so far */ variable
2357 if ( textcount > MAXSTACK ) /* don't put too much on the stack? */
2400 * textcount is positive we've already started, so there's nothing to do. The more
2408 if ( textcount < 1 ) {
2436 textcount = 1;
2456 * accumulated - provided textcount is positive.
2460 if ( textcount > 0 ) { /* started working on some text */
2472 line[textcount]
[all...]

Completed in 69 milliseconds