Home
last modified time | relevance | path

Searched refs:tpgrp (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/contrib/tcsh/
Dsh.sem.c450 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()
Dsh.c1154 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()
Dsh.proc.c525 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()
Dsh.err.c580 if (tpgrp > 0) in fixerror()
581 (void) tcsetpgrp(FSHTTY, tpgrp); in fixerror()
Dsh.lex.c1460 if (tpgrp != -1 && in readc()
1462 tpgrp != ctpgrp) { in readc()
1463 (void) tcsetpgrp(FSHTTY, tpgrp); in readc()
1475 (int)ctpgrp, (int)tpgrp); in readc()
Dtc.func.c307 execute(t, tpgrp > 0 ? tpgrp : -1, NULL, NULL, FALSE); in dolist()
1009 execute(t, tpgrp > 0 ? tpgrp : -1, NULL, NULL, TRUE); in aliasrun()
Dsh.func.c402 execute(kp, (tpgrp > 0 ? tpgrp : -1), NULL, NULL, TRUE); in reexecute()
2363 if (tpgrp != -1) {
Dsh.h651 tpgrp; /* Terminal process group */ variable