Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c2406 if ( textcount < 1 ) { in starttext()
2434 textcount = 1; in starttext()
2470 line[textcount].width = lastx - line[textcount].start; in endtext()
2500 textcount = 0; in endtext()
2526 textcount++; in endstring()
2534 line[textcount].dx = dx; in endstring()
2537 line[textcount].width = lastx - line[textcount].start; in endstring()
2540 line[textcount].dx = dx; in endstring()
2542 line[textcount].width = 0; in endstring()
2546 line[textcount].spaces++; in endstring()
[all …]