Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pr/
H A Dpr.c74 #define done() if (Ttyout) (void) chmod(Ttyout, Mode)
119 static char *Ttyout; variable
620 if (Ttyout && (Pause || Formfeed) && !ttyname(fileno(stdin))) in findopt()
654 if (Ttyout && Pause && !notfirst++) { in print()
1352 if (Ttyout) { /* accumulate error reports */
1409 if (Ttyout = ttyname(fileno(stdout))) { /* is stdout a tty? */
1410 (void) stat(Ttyout, &sbuf);
1412 (void) chmod(Ttyout, (S_IREAD|S_IWRITE));