Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.sem.c463 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 Dsh.c1145 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 Dsh.proc.c525 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 Dsh.err.c578 if (tpgrp > 0) in fixerror()
579 (void) tcsetpgrp(FSHTTY, tpgrp); in fixerror()
H A Dsh.lex.c1480 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 Dtc.func.c309 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 Dsh.func.c398 execute(kp, (tpgrp > 0 ? tpgrp : -1), NULL, NULL, TRUE); in reexecute()
2399 if (tpgrp != -1) {
H A Dsh.h648 tpgrp; /* Terminal process group */ variable