| /src/usr.bin/ftp/ |
| progressbar.h | 46 GLOBAL FILE *ttyout; /* stdout, or stderr if retrieving to stdout */ variable
|
| progressbar.h | 46 GLOBAL FILE *ttyout; /* stdout, or stderr if retrieving to stdout */ variable
|
| main.c | 255 ttyout = stdout; 256 if (isatty(fileno(ttyout))) { 341 ttyout = stderr; 445 /* set line buffering on ttyout */ 446 setvbuf(ttyout, NULL, _IOLBF, 0); 590 fprintf(ttyout, 676 fputs(prompt(), ttyout); local 679 fprintf(ttyout, "%s ", p); 681 (void)fflush(ttyout); 687 putc('\n', ttyout); [all...] |
| main.c | 255 ttyout = stdout; 256 if (isatty(fileno(ttyout))) { 341 ttyout = stderr; 445 /* set line buffering on ttyout */ 446 setvbuf(ttyout, NULL, _IOLBF, 0); 590 fprintf(ttyout, 676 fputs(prompt(), ttyout); local 679 fprintf(ttyout, "%s ", p); 681 (void)fflush(ttyout); 687 putc('\n', ttyout); [all...] |
| /src/usr.bin/pr/ |
| pr.c | 101 static int ttyout; /* output is a tty */ variable 1459 if (ttyout) { 1648 ttyout = 1; 1893 if (ttyout && pgpause && !isatty(fileno(stdin))) {
|
| pr.c | 101 static int ttyout; /* output is a tty */ variable 1459 if (ttyout) { 1648 ttyout = 1; 1893 if (ttyout && pgpause && !isatty(fileno(stdin))) {
|
| /src/external/bsd/less/dist/lesstest/ |
| lt_screen.c | 54 static int ttyout; // output for screen dump variable 158 // Print an encoded image of the current screen to ttyout. 188 write(ttyout, buf, bufp-buf); 191 write(ttyout, "\n", 1); 339 write(ttyout, version, strlen(version)); 490 ttyout = 1; 492 ttyin = ttyout = open(argv[optind], O_RDWR);
|
| lt_screen.c | 54 static int ttyout; // output for screen dump variable 158 // Print an encoded image of the current screen to ttyout. 188 write(ttyout, buf, bufp-buf); 191 write(ttyout, "\n", 1); 339 write(ttyout, version, strlen(version)); 490 ttyout = 1; 492 ttyin = ttyout = open(argv[optind], O_RDWR);
|
| /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);
|
| 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/sys/kern/ |
| tty.c | 120 const char ttyout[] = "ttyout"; variable 2946 cv_init(&tp->t_outcv, "ttyout");
|
| tty.c | 120 const char ttyout[] = "ttyout"; variable 2946 cv_init(&tp->t_outcv, "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
|
| 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
|