Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.file.c177 (void) tcgetattr(SHOUT, &tty); in back_to_col_1()
185 (void) xtcsetattr(SHOUT, TCSANOW, &tty); in back_to_col_1()
189 (void) xwrite(SHOUT, "\r", 1); in back_to_col_1()
200 (void) xwrite(SHOUT, "\r", 1); in back_to_col_1()
229 (void) tcgetattr(SHOUT, &tty); in pushback()
240 (void) xtcsetattr(SHOUT, TCSANOW, &tty); in pushback()
265 (void) ioctl(SHOUT, TIOCSTI, (ioctl_t) & c); in pushback()
387 (void) tcgetattr(SHOUT, &tty); in retype()
399 (void) xtcsetattr(SHOUT, TCSANOW, &tty); in retype()
415 (void) xwrite(SHOUT, "\007", 1); in beep()
[all …]
H A Dsh.c123 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()
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()
1702 xclose(SHOUT), SHOUT = st->SHOUT; in st_restore()
[all …]
H A Dsh.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()
H A Dsh.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()
852 (void) dcopy(SHOUT, 1); in doio()
901 (void) dcopy(SHOUT, 1); in doio()
937 TCSH_IGNORE(dup(SHOUT)); in doio()
H A Dsh.misc.c272 if (f != SHIN && f != SHOUT && f != SHDIAG && f != OLDSTD && in closem()
318 SHOUT = 1; in closech()
321 isoutatty = isatty(SHOUT); in closech()
H A Dsh.func.c2430 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 Dtw.help.c145 (void) xwrite(SHOUT, buf, len); in do_help()
H A Dsh.print.c245 unit = didfds ? 1 : SHOUT; in flush()
H A Ded.refresh.c96 o = SHOUT; in reprintf()
98 SHOUT = fd; in reprintf()
102 SHOUT = o; in reprintf()
H A Dsh.dir.c1397 ftmp = SHOUT; in recdirs()
1398 SHOUT = fp; in recdirs()
1419 SHOUT = ftmp; in recdirs()
H A Dsh.hist.c1336 ftmp = SHOUT; in rechist()
1337 SHOUT = fp; in rechist()
1341 SHOUT = ftmp; in rechist()
H A Dtw.comp.c367 (void) dcopy(SHOUT, 1); in tw_result()
H A Dsh.h663 EXTERN int SHOUT IZERO; /* Shell output */
H A Dtc.os.c94 (void) dcopy(SHOUT, 1); in dosetpath()
H A Dtw.parse.c2177 if (!columns || !isatty(didfds ? 1 : SHOUT)) in print_by_column()