Searched refs:FSHTTY (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/bin/csh/ |
H A D | err.c | 386 (void)tcsetpgrp(FSHTTY, tpgrp); in stderror()
|
H A D | misc.c | 242 f != FSHTTY) in closem()
|
H A D | proc.c | 304 (void)tcsetpgrp(FSHTTY, tpgrp); in pjwait() 1133 (void)tcsetpgrp(FSHTTY, pp->p_jobid); in pstart() 1375 (void)tcsetpgrp(FSHTTY, pgrp); in pgetty()
|
H A D | csh.h | 55 #define FSHTTY 15 /* /dev/tty when manip pgrps */ macro
|
H A D | csh.c | 580 (void)ioctl(dcopy(f, FSHTTY), FIOCLEX, NULL); in main() 682 (void)tcsetpgrp(FSHTTY, opgrp); in untty()
|
H A D | lex.c | 1385 (ctpgrp = tcgetpgrp(FSHTTY)) != -1 && in readc() 1387 (void)tcsetpgrp(FSHTTY, tpgrp); in readc()
|
H A D | func.c | 1344 ctpgrp = tcgetpgrp(FSHTTY); in dosuspend() 1352 (void)tcsetpgrp(FSHTTY, shpgrp); in dosuspend()
|