Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c487 int spacecount = 0; /* spaces seen so far on current line */ variable
2418 spacecount = 0; in starttext()
2473 if ( spacecount != 0 || textcount != 1 ) { in endtext()
2482 if ( spacecount != 0 || textcount != 1 ) { in endtext()
2535 if ( spacecount++ == 0 ) in endstring()