Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Derr.c386 (void)tcsetpgrp(FSHTTY, tpgrp); in stderror()
H A Dmisc.c242 f != FSHTTY) in closem()
H A Dproc.c304 (void)tcsetpgrp(FSHTTY, tpgrp); in pjwait()
1133 (void)tcsetpgrp(FSHTTY, pp->p_jobid); in pstart()
1375 (void)tcsetpgrp(FSHTTY, pgrp); in pgetty()
H A Dcsh.h55 #define FSHTTY 15 /* /dev/tty when manip pgrps */ macro
H A Dcsh.c580 (void)ioctl(dcopy(f, FSHTTY), FIOCLEX, NULL); in main()
682 (void)tcsetpgrp(FSHTTY, opgrp); in untty()
H A Dlex.c1385 (ctpgrp = tcgetpgrp(FSHTTY)) != -1 && in readc()
1387 (void)tcsetpgrp(FSHTTY, tpgrp); in readc()
H A Dfunc.c1344 ctpgrp = tcgetpgrp(FSHTTY); in dosuspend()
1352 (void)tcsetpgrp(FSHTTY, shpgrp); in dosuspend()