Searched refs:restore_ttypgrp (Results 1 – 1 of 1) sorted by relevance
148 static pid_t restore_ttypgrp = -1; variable252 if (restore_ttypgrp >= 0) { in j_suspend()253 if (tcsetpgrp(tty_fd, restore_ttypgrp) < 0) { in j_suspend()256 } else if (setpgid(0, restore_ttypgrp) < 0) { in j_suspend()273 if (restore_ttypgrp >= 0) { in j_suspend()323 if (kshpid == procpid && restore_ttypgrp >= 0) { in j_exit()332 tcsetpgrp(tty_fd, restore_ttypgrp); in j_exit()333 setpgid(0, restore_ttypgrp); in j_exit()391 restore_ttypgrp = kshpgrp; in j_change()