Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
HDsh.file.c176 (void) tcgetattr(SHOUT, &tty); in back_to_col_1()
178 (void) ioctl(SHOUT, TCGETA, (ioctl_t) &tty_normal); in back_to_col_1()
184 (void) xtcsetattr(SHOUT, TCSANOW, &tty); in back_to_col_1()
186 (void) ioctl(SHOUT, TCSETAW, (ioctl_t) &tty); in back_to_col_1()
188 (void) xwrite(SHOUT, "\r", 1); in back_to_col_1()
190 (void) xtcsetattr(SHOUT, TCSANOW, &tty_normal); in back_to_col_1()
192 (void) ioctl(SHOUT, TCSETAW, (ioctl_t) &tty_normal); in back_to_col_1()
199 (void) xwrite(SHOUT, "\r", 1); in back_to_col_1()
228 (void) tcgetattr(SHOUT, &tty); in pushback()
230 (void) ioctl(SHOUT, TCGETA, (ioctl_t) &tty); in pushback()
[all …]
HDsh.c123 int SHOUT; member
1108 if (intty || (intact && isatty(SHOUT))) { in main()
1117 isoutatty = isatty(SHOUT); in main()
1126 if (loginsh || intact || (intty && isatty(SHOUT))) in main()
1592 st->OLDSTD = st->SHOUT = st->SHDIAG = -1;/* test later to restore these */ in st_save()
1600 if (NEED_SAVE_FD(1,SHOUT)) { in st_save()
1601 st->SHOUT = SHOUT; in st_save()
1602 SHOUT = dmove(1, -1); in st_save()
1603 (void)close_on_exec(SHOUT, 1); in st_save()
1705 if (st->SHOUT != -1) in st_restore()
[all …]
HDsh.exec.c225 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()
HDsh.sem.c460 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()
851 (void) dcopy(SHOUT, 1); in doio()
900 (void) dcopy(SHOUT, 1); in doio()
936 TCSH_IGNORE(dup(SHOUT)); in doio()
HDsh.misc.c272 if (f != SHIN && f != SHOUT && f != SHDIAG && f != OLDSTD && in closem()
318 SHOUT = 1; in closech()
321 isoutatty = isatty(SHOUT); in closech()
HDsh.func.c2380 int SHIN, SHOUT, SHDIAG; member
2398 if (state->saveOUT != SHOUT)
2399 xclose(SHOUT);
2403 close_on_exec(SHOUT = dmove(state->saveOUT, state->SHOUT), 1);
2407 close_on_exec(dcopy(SHOUT, 1), 1);
2448 state.SHOUT = SHOUT;
2452 (void)close_on_exec(state.saveOUT = dcopy(SHOUT, -1), 1);
2470 (void)close_on_exec(SHOUT = dcopy(1, -1), 1);
HDtw.help.c145 (void) xwrite(SHOUT, buf, len); in do_help()
HDed.refresh.c96 o = SHOUT; in reprintf()
98 SHOUT = fd; in reprintf()
102 SHOUT = o; in reprintf()
HDsh.print.c245 unit = didfds ? 1 : SHOUT; in flush()
HDsh.hist.c1360 ftmp = SHOUT; in rechist()
1361 SHOUT = fp; in rechist()
1365 SHOUT = ftmp; in rechist()
HDsh.dir.c1397 ftmp = SHOUT; in recdirs()
1398 SHOUT = fp; in recdirs()
1419 SHOUT = ftmp; in recdirs()
HDtw.comp.c367 (void) dcopy(SHOUT, 1); in tw_result()
HDsh.h666 EXTERN int SHOUT IZERO; /* Shell output */
HDtc.os.c94 (void) dcopy(SHOUT, 1); in dosetpath()
HDtw.parse.c2177 if (!columns || !isatty(didfds ? 1 : SHOUT)) in print_by_column()