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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c164 static int writedone = FALSE; /* and then sets this to TRUE */ variable
730 * it's probably not worth the trouble so for now we'll quit if writedone is
736 * sends the reader signal joinsig and that forces writedone to TRUE in the
752 writedone = (whatami == READWRITE) ? TRUE : FALSE;
758 if (writedone == FALSE) {
761 writedone = TRUE;
784 if (writedone == TRUE) {
1097 writedone = TRUE;

Completed in 45 milliseconds