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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c134 int tostdout = FALSE; /* non-status stuff goes to stdout? */ variable
135 int curfile = 0; /* only needed when tostdout is TRUE */
281 tostdout = TRUE;
425 if (tostdout == FALSE)
435 if (tostdout == FALSE)
443 if (tostdout == FALSE)
584 if (tostdout == TRUE && status[i].val == UNKNOWN && curfile > 0)
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c169 static int tostdout = FALSE; /* non-status stuff goes to stdout? */ variable
350 tostdout = TRUE;
445 tostdout = FALSE;
447 if (tostdout == TRUE) /* force separate read/write procs */
452 tostdout = FALSE;
468 if (line == NULL && (interactive == TRUE || tostdout == TRUE))
611 } else if (interactive == TRUE || tostdout == TRUE)
940 if (tostdout == TRUE && currentstate != START) {

Completed in 59 milliseconds