Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c132 int tostdout = FALSE; /* non-status stuff goes to stdout? */ variable
275 tostdout = TRUE; in options()
417 if (tostdout == FALSE) in filter()
427 if (tostdout == FALSE) in filter()
435 if (tostdout == FALSE) in filter()
573 if (tostdout == TRUE && status[i].val == UNKNOWN && curfile > 0) in getstatus()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c167 static int tostdout = FALSE; /* non-status stuff goes to stdout? */ variable
348 tostdout = TRUE; in options()
443 tostdout = FALSE; in initialize()
445 if (tostdout == TRUE) /* force separate read/write procs */ in initialize()
450 tostdout = FALSE; in initialize()
466 if (line == NULL && (interactive == TRUE || tostdout == TRUE)) in initialize()
609 } else if (interactive == TRUE || tostdout == TRUE) in split()
938 if (tostdout == TRUE && currentstate != START) { in getstatus()