Searched refs:restore_ttypgrp (Results 1 – 1 of 1) sorted by relevance
131 static pid_t restore_ttypgrp = -1; variable201 if (restore_ttypgrp >= 0) { in j_suspend()202 if (tcsetpgrp(tty_fd, restore_ttypgrp) == -1) { in j_suspend()206 if (setpgid(0, restore_ttypgrp) == -1) { in j_suspend()225 if (restore_ttypgrp >= 0) { in j_suspend()274 if (kshpid == procpid && restore_ttypgrp >= 0) { in j_exit()282 tcsetpgrp(tty_fd, restore_ttypgrp); in j_exit()283 setpgid(0, restore_ttypgrp); in j_exit()349 restore_ttypgrp = our_pgrp; in j_change()