Home
last modified time | relevance | path

Searched refs:FSHTTY (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.proc.c526 (void) tcsetpgrp(FSHTTY, tpgrp); in pjwait()
1627 rv = tcsetpgrp(FSHTTY, pp->p_jobid); in pstart()
1963 if (tcgetpgrp(FSHTTY) != pgrp) { in setttypgrp()
1974 (void) tcsetpgrp(FSHTTY, pgrp); in setttypgrp()
2001 (int)tcgetpgrp(FSHTTY))); in pgetty()
2052 wanttty, getpid(), mygetpgrp(), tcgetpgrp(FSHTTY))); in pgetty()
H A Dsh.c1266 (void) close_on_exec(dcopy(f, FSHTTY), 1); in main()
1463 (void) tcsetpgrp(FSHTTY, opgrp); in untty()
1464 (void) resetdisc(FSHTTY); in untty()
2425 (void) ioctl(FSHTTY, TIOCCDTR, NULL); in done()
2427 (void) ioctl(FSHTTY, TIOCSDTR, NULL); in done()
H A Dsh.misc.c273 f != FSHTTY in closem()
H A Dsh.err.c579 (void) tcsetpgrp(FSHTTY, tpgrp); in fixerror()
H A Dsh.func.c2400 if (grabpgrp(FSHTTY, opgrp) == -1)
2403 (void) tcsetpgrp(FSHTTY, shpgrp);
2406 (void) setdisc(FSHTTY);
H A Dsh.lex.c1481 (ctpgrp = tcgetpgrp(FSHTTY)) != -1 && in readc()
1483 (void) tcsetpgrp(FSHTTY, tpgrp); in readc()
H A Dsh.h206 #define FSHTTY 15 /* /dev/tty when manip pgrps */ macro