Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDsh.proc.c526 (void) tcsetpgrp(FSHTTY, tpgrp); in pjwait()
1598 rv = tcsetpgrp(FSHTTY, pp->p_jobid); in pstart()
1934 if (tcgetpgrp(FSHTTY) != pgrp) { in setttypgrp()
1945 (void) tcsetpgrp(FSHTTY, pgrp); in setttypgrp()
1972 (int)tcgetpgrp(FSHTTY))); in pgetty()
2023 wanttty, getpid(), mygetpgrp(), tcgetpgrp(FSHTTY))); in pgetty()
HDsh.c1275 (void) close_on_exec(dcopy(f, FSHTTY), 1); in main()
1439 (void) tcsetpgrp(FSHTTY, opgrp); in untty()
1440 (void) resetdisc(FSHTTY); in untty()
2393 (void) ioctl(FSHTTY, TIOCCDTR, NULL); in done()
2395 (void) ioctl(FSHTTY, TIOCSDTR, NULL); in done()
HDsh.misc.c273 f != FSHTTY in closem()
HDsh.err.c581 (void) tcsetpgrp(FSHTTY, tpgrp); in fixerror()
HDsh.func.c2364 if (grabpgrp(FSHTTY, opgrp) == -1)
2367 (void) tcsetpgrp(FSHTTY, shpgrp);
2370 (void) setdisc(FSHTTY);
HDsh.lex.c1461 (ctpgrp = tcgetpgrp(FSHTTY)) != -1 && in readc()
1463 (void) tcsetpgrp(FSHTTY, tpgrp); in readc()
HDsh.h197 #define FSHTTY 15 /* /dev/tty when manip pgrps */ macro