Home
last modified time | relevance | path

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

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