Searched refs:tpgrp (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.sem.c | 463 otpgrp = tpgrp; in execute() 502 tpgrp = otpgrp; in execute() 530 ignint = (tpgrp == -1 && (t->t_dflg & F_NOINTERRUPT)) in execute() 562 else if (tpgrp == -1 && in execute() 873 else if ((flags & F_NOINTERRUPT) && tpgrp == -1) { in doio()
|
H A D | sh.c | 1145 opgrp = tpgrp = -1; in main() 1224 tpgrp = shpgrp; in main() 1269 tpgrp = -1; in main() 1271 if (tpgrp == -1) { in main() 1286 tpgrp = -1; in main() 1461 if (tpgrp > 0 && opgrp != shpgrp) { in untty() 2162 execute(t, (tpgrp > 0 ? tpgrp : -1), NULL, NULL, TRUE); in process()
|
H A D | sh.proc.c | 525 if (tpgrp > 0) /* get tty back */ in pjwait() 526 (void) tcsetpgrp(FSHTTY, tpgrp); in pjwait() 1791 ignint = (tpgrp == -1 && (t->t_dflg & F_NOINTERRUPT)) in pfork() 1847 else if (tpgrp == -1 && (t->t_dflg & F_NOINTERRUPT)) { in pfork() 1940 if (tpgrp == -1) in okpcntl() 1942 if (tpgrp == 0) in okpcntl() 2054 if (tpgrp > 0) in pgetty() 2055 tpgrp = 0; /* gave tty away */ in pgetty()
|
H A D | sh.err.c | 578 if (tpgrp > 0) in fixerror() 579 (void) tcsetpgrp(FSHTTY, tpgrp); in fixerror()
|
H A D | sh.lex.c | 1480 if (tpgrp != -1 && in readc() 1482 tpgrp != ctpgrp) { in readc() 1483 (void) tcsetpgrp(FSHTTY, tpgrp); in readc() 1495 (int)ctpgrp, (int)tpgrp); in readc()
|
H A D | tc.func.c | 309 execute(t, tpgrp > 0 ? tpgrp : -1, NULL, NULL, FALSE); in dolist() 1045 execute(t, tpgrp > 0 ? tpgrp : -1, NULL, NULL, TRUE); in aliasrun()
|
H A D | sh.func.c | 398 execute(kp, (tpgrp > 0 ? tpgrp : -1), NULL, NULL, TRUE); in reexecute() 2399 if (tpgrp != -1) {
|
H A D | sh.h | 648 tpgrp; /* Terminal process group */ variable
|