| /src/usr.bin/ftp/ |
| progressbar.h | 46 GLOBAL FILE *ttyout; /* stdout, or stderr if retrieving to stdout */ variable in typeref:typename:GLOBAL FILE *
|
| /src/usr.bin/pr/ |
| pr.c | 101 static int ttyout; /* output is a tty */ variable in typeref:typename:int 1459 if (ttyout) { 1648 ttyout = 1; 1893 if (ttyout && pgpause && !isatty(fileno(stdin))) {
|
| /src/usr.bin/mail/ |
| complete.c | 80 #define ttyout stdout macro 116 (void)fputs(p, ttyout); 118 (void)putc('\n', ttyout); 125 (void)putc('\t', ttyout); 132 (void)fputs("--more--", ttyout); 134 (void)putc(BELL, ttyout); 135 (void)fputs("\r \r", ttyout); 290 (void)putc('\n', ttyout);
|
| /src/usr.bin/telnet/ |
| telnet.c | 2007 int netin, netout, netex, ttyin, ttyout; 2019 ttyout = ring_full_count(&ttyoring); 2031 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); 2002 int netin, netout, netex, ttyin, ttyout; local in function:Scheduler
|
| /src/sys/kern/ |
| tty.c | 120 const char ttyout[] = "ttyout"; variable in typeref:typename:const char[] 2946 cv_init(&tp->t_outcv, "ttyout");
|