/freebsd/contrib/tcsh/ |
H A D | sh.file.c | 177 (void) tcgetattr(SHOUT, &tty); in back_to_col_1() 179 (void) ioctl(SHOUT, TCGETA, (ioctl_t) &tty_normal); in back_to_col_1() 185 (void) xtcsetattr(SHOUT, TCSANOW, &tty); in back_to_col_1() 187 (void) ioctl(SHOUT, TCSETAW, (ioctl_t) &tty); in back_to_col_1() 189 (void) xwrite(SHOUT, "\r", 1); in back_to_col_1() 191 (void) xtcsetattr(SHOUT, TCSANOW, &tty_normal); in back_to_col_1() 193 (void) ioctl(SHOUT, TCSETAW, (ioctl_t) &tty_normal); in back_to_col_1() 200 (void) xwrite(SHOUT, "\r", 1); in back_to_col_1() 229 (void) tcgetattr(SHOUT, &tty); in pushback() 231 (void) ioctl(SHOUT, TCGETA, (ioctl_t) &tty); in pushback() [all …]
|
H A D | sh.c | 123 int SHOUT; member 1104 if (intty || (intact && isatty(SHOUT))) { in main() 1113 isoutatty = isatty(SHOUT); in main() 1122 if (loginsh || intact || (intty && isatty(SHOUT))) in main() 1588 st->OLDSTD = st->SHOUT = st->SHDIAG = -1;/* test later to restore these */ in st_save() 1596 if (NEED_SAVE_FD(1,SHOUT)) { in st_save() 1597 st->SHOUT = SHOUT; in st_save() 1598 SHOUT = dmove(1, -1); in st_save() 1599 (void)close_on_exec(SHOUT, 1); in st_save() 1701 if (st->SHOUT != -1) in st_restore() [all …]
|
H A D | sh.exec.c | 225 SHOUT = 1; in doexec() 228 isoutatty = isatty(SHOUT); in doexec() 526 int SHIN, SHOUT, SHDIAG, OLDSTD; member 550 xclose(SHOUT); in execash_cleanup() 554 close_on_exec(SHOUT = dmove(state->saveOUT, state->SHOUT), 1); in execash_cleanup() 584 state.SHOUT = SHOUT; in execash() 589 (void)close_on_exec (state.saveOUT = dcopy(SHOUT, -1), 1); in execash() 596 (void)close_on_exec (SHOUT = dcopy(1, -1), 1); in execash()
|
H A D | sh.sem.c | 460 oSHOUT = SHOUT; in execute() 499 SHOUT = oSHOUT; in execute() 674 if ((SHOUT = dcopy(1, FSHOUT)) >= 0) { in execute() 675 (void)close_on_exec(SHOUT, 1); in execute() 676 isoutatty = isatty(SHOUT); in execute() 852 (void) dcopy(SHOUT, 1); in doio() 901 (void) dcopy(SHOUT, 1); in doio() 937 TCSH_IGNORE(dup(SHOUT)); in doio()
|
H A D | sh.misc.c | 272 if (f != SHIN && f != SHOUT && f != SHDIAG && f != OLDSTD && in closem() 318 SHOUT = 1; in closech() 321 isoutatty = isatty(SHOUT); in closech()
|
H A D | sh.func.c | 2430 int SHIN, SHOUT, SHDIAG; member 2448 if (state->saveOUT != SHOUT) 2449 xclose(SHOUT); 2453 close_on_exec(SHOUT = dmove(state->saveOUT, state->SHOUT), 1); 2457 close_on_exec(dcopy(SHOUT, 1), 1); 2498 state.SHOUT = SHOUT; 2502 (void)close_on_exec(state.saveOUT = dcopy(SHOUT, -1), 1); 2520 (void)close_on_exec(SHOUT = dcopy(1, -1), 1);
|
H A D | tw.help.c | 145 (void) xwrite(SHOUT, buf, len); in do_help()
|
H A D | sh.print.c | 245 unit = didfds ? 1 : SHOUT; in flush()
|
H A D | ed.refresh.c | 96 o = SHOUT; in reprintf() 98 SHOUT = fd; in reprintf() 102 SHOUT = o; in reprintf()
|
H A D | sh.dir.c | 1397 ftmp = SHOUT; in recdirs() 1398 SHOUT = fp; in recdirs() 1419 SHOUT = ftmp; in recdirs()
|
H A D | sh.hist.c | 1336 ftmp = SHOUT; in rechist() 1337 SHOUT = fp; in rechist() 1341 SHOUT = ftmp; in rechist()
|
H A D | tw.comp.c | 367 (void) dcopy(SHOUT, 1); in tw_result()
|
H A D | sh.h | 663 EXTERN int SHOUT IZERO; /* Shell output */
|
H A D | tc.os.c | 94 (void) dcopy(SHOUT, 1); in dosetpath()
|
H A D | tw.parse.c | 2177 if (!columns || !isatty(didfds ? 1 : SHOUT)) in print_by_column()
|