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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c170 static int currentstate = NOTCONNECTED; /* START, SEND, or DONE */ variable
503 currentstate = START;
675 currentstate = SEND;
751 currentstate = DONE;
862 if ( currentstate != NOTCONNECTED )
940 if (tostdout == TRUE && currentstate != START) {
947 if ((quiet == FALSE || currentstate != SEND) && interactive == FALSE) {
1174 if (currentstate != NOTCONNECTED)

Completed in 45 milliseconds