Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pr/
H A Dpr.c76 #define done() if (Ttyout) (void) chmod(Ttyout, Mode)
121 static char *Ttyout; variable
622 if (Ttyout && (Pause || Formfeed) && !ttyname(fileno(stdin))) in findopt()
656 if (Ttyout && Pause && !notfirst++) { in print()
1353 if (Ttyout) { /* accumulate error reports */
1410 if (Ttyout = ttyname(fileno(stdout))) { /* is stdout a tty? */
1411 (void) stat(Ttyout, &sbuf);
1413 (void) chmod(Ttyout, (S_IREAD|S_IWRITE));