Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c134 int tostdout = FALSE; /* non-status stuff goes to stdout? */ variable
277 tostdout = TRUE; in options()
419 if (tostdout == FALSE) in filter()
429 if (tostdout == FALSE) in filter()
437 if (tostdout == FALSE) in filter()
575 if (tostdout == TRUE && status[i].val == UNKNOWN && curfile > 0) in getstatus()
/titanic_41/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; in options()
445 tostdout = FALSE; in initialize()
447 if (tostdout == TRUE) /* force separate read/write procs */ in initialize()
452 tostdout = FALSE; in initialize()
468 if (line == NULL && (interactive == TRUE || tostdout == TRUE)) in initialize()
611 } else if (interactive == TRUE || tostdout == TRUE) in split()
940 if (tostdout == TRUE && currentstate != START) { in getstatus()