Searched refs:tpgrp (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/contrib/tcsh/ |
| D | sh.sem.c | 450 otpgrp = tpgrp; in execute() 489 tpgrp = otpgrp; in execute() 517 ignint = (tpgrp == -1 && (t->t_dflg & F_NOINTERRUPT)) in execute() 549 else if (tpgrp == -1 && in execute() 860 else if ((flags & F_NOINTERRUPT) && tpgrp == -1) { in doio()
|
| D | sh.c | 1154 opgrp = tpgrp = -1; in main() 1233 tpgrp = shpgrp; in main() 1278 tpgrp = -1; in main() 1280 if (tpgrp == -1) { in main() 1295 tpgrp = -1; in main() 1437 if (tpgrp > 0 && opgrp != shpgrp) { in untty() 2131 execute(t, (tpgrp > 0 ? tpgrp : -1), NULL, NULL, TRUE); in process()
|
| D | sh.proc.c | 525 if (tpgrp > 0) /* get tty back */ in pjwait() 526 (void) tcsetpgrp(FSHTTY, tpgrp); in pjwait() 1762 ignint = (tpgrp == -1 && (t->t_dflg & F_NOINTERRUPT)) in pfork() 1818 else if (tpgrp == -1 && (t->t_dflg & F_NOINTERRUPT)) { in pfork() 1911 if (tpgrp == -1) in okpcntl() 1913 if (tpgrp == 0) in okpcntl() 2025 if (tpgrp > 0) in pgetty() 2026 tpgrp = 0; /* gave tty away */ in pgetty()
|
| D | sh.err.c | 580 if (tpgrp > 0) in fixerror() 581 (void) tcsetpgrp(FSHTTY, tpgrp); in fixerror()
|
| D | sh.lex.c | 1460 if (tpgrp != -1 && in readc() 1462 tpgrp != ctpgrp) { in readc() 1463 (void) tcsetpgrp(FSHTTY, tpgrp); in readc() 1475 (int)ctpgrp, (int)tpgrp); in readc()
|
| D | tc.func.c | 307 execute(t, tpgrp > 0 ? tpgrp : -1, NULL, NULL, FALSE); in dolist() 1009 execute(t, tpgrp > 0 ? tpgrp : -1, NULL, NULL, TRUE); in aliasrun()
|
| D | sh.func.c | 402 execute(kp, (tpgrp > 0 ? tpgrp : -1), NULL, NULL, TRUE); in reexecute() 2363 if (tpgrp != -1) {
|
| D | sh.h | 651 tpgrp; /* Terminal process group */ variable
|