Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c168 static int currentstate = NOTCONNECTED; /* START, SEND, or DONE */ variable
501 currentstate = START; in start()
673 currentstate = SEND; in send()
749 currentstate = DONE; in done()
860 if ( currentstate != NOTCONNECTED ) in cleanup()
938 if (tostdout == TRUE && currentstate != START) { in getstatus()
945 if ((quiet == FALSE || currentstate != SEND) && interactive == FALSE) { in getstatus()
1172 if (currentstate != NOTCONNECTED) in quit()