Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Dsh.file.c180 (void) tcgetattr(SHOUT, &tty); in back_to_col_1()
188 (void) xtcsetattr(SHOUT, TCSANOW, &tty); in back_to_col_1()
192 (void) xwrite(SHOUT, "\r", 1); in back_to_col_1()
203 (void) xwrite(SHOUT, "\r", 1); in back_to_col_1()
232 (void) tcgetattr(SHOUT, &tty); in pushback()
243 (void) xtcsetattr(SHOUT, TCSANOW, &tty); in pushback()
268 (void) ioctl(SHOUT, TIOCSTI, (ioctl_t) & c); in pushback()
390 (void) tcgetattr(SHOUT, &tty); in retype()
402 (void) xtcsetattr(SHOUT, TCSANOW, &tty); in retype()
418 (void) xwrite(SHOUT, "\007", 1); in beep()
[all …]
H A Dsh.c126 int SHOUT; member
1106 if (intty || (intact && isatty(SHOUT))) { in main()
1115 isoutatty = isatty(SHOUT); in main()
1124 if (loginsh || intact || (intty && isatty(SHOUT))) in main()
1591 if (NEED_SAVE_FD(1,SHOUT)) { in st_save()
1592 st->SHOUT = SHOUT; in st_save()
1593 SHOUT = dmove(1, -1); in st_save()
1594 (void)close_on_exec(SHOUT, 1); in st_save()
1696 if (st->SHOUT != -1) in st_restore()
1697 xclose(SHOUT), SHOUT = st->SHOUT; in st_restore()
[all …]
H A Dsh.exec.c229 SHOUT = 1; in doexec()
232 isoutatty = isatty(SHOUT); in doexec()
530 int SHIN, SHOUT, SHDIAG, OLDSTD; member
554 xclose(SHOUT); in execash_cleanup()
558 close_on_exec(SHOUT = dmove(state->saveOUT, state->SHOUT), 1); in execash_cleanup()
588 state.SHOUT = SHOUT; in execash()
593 (void)close_on_exec (state.saveOUT = dcopy(SHOUT, -1), 1); in execash()
600 (void)close_on_exec (SHOUT = dcopy(1, -1), 1); in execash()
H A Dsh.sem.c464 oSHOUT = SHOUT; in execute()
503 SHOUT = oSHOUT; in execute()
678 if ((SHOUT = dcopy(1, FSHOUT)) >= 0) { in execute()
679 (void)close_on_exec(SHOUT, 1); in execute()
680 isoutatty = isatty(SHOUT); in execute()
856 (void) dcopy(SHOUT, 1); in doio()
905 (void) dcopy(SHOUT, 1); in doio()
941 TCSH_IGNORE(dup(SHOUT)); in doio()
H A Dsh.misc.c272 if (f != SHIN && f != SHOUT && f != SHDIAG && f != OLDSTD && in closem()
308 SHOUT = 1; in closech()
311 isoutatty = isatty(SHOUT); in closech()
H A Dsh.func.c2435 int SHIN, SHOUT, SHDIAG; member
2453 if (state->saveOUT != SHOUT)
2454 xclose(SHOUT);
2458 close_on_exec(SHOUT = dmove(state->saveOUT, state->SHOUT), 1);
2462 close_on_exec(dcopy(SHOUT, 1), 1);
2503 state.SHOUT = SHOUT;
2507 (void)close_on_exec(state.saveOUT = dcopy(SHOUT, -1), 1);
2525 (void)close_on_exec(SHOUT = dcopy(1, -1), 1);
H A Dtw.help.c149 (void) xwrite(SHOUT, buf, len); in do_help()
H A Dsh.print.c249 unit = didfds ? 1 : SHOUT; in flush()
H A Ded.refresh.c100 o = SHOUT; in reprintf()
102 SHOUT = fd; in reprintf()
106 SHOUT = o; in reprintf()
H A Dsh.dir.c1394 ftmp = SHOUT; in recdirs()
1395 SHOUT = fp; in recdirs()
1416 SHOUT = ftmp; in recdirs()
H A Dsh.hist.c1319 ftmp = SHOUT; in rechist()
1320 SHOUT = fp; in rechist()
1324 SHOUT = ftmp; in rechist()
H A Dtw.comp.c371 (void) dcopy(SHOUT, 1); in tw_result()
H A Dsh.h664 EXTERN int SHOUT IZERO; /* Shell output */
H A Dtc.os.c98 (void) dcopy(SHOUT, 1); in dosetpath()
H A Dtw.parse.c2181 if (!columns || !isatty(didfds ? 1 : SHOUT)) in print_by_column()