Home
last modified time | relevance | path

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

/external/mksh/src/
Djobs.c133 static pid_t restore_ttypgrp = -1; variable
237 if (kshpid == procpid && restore_ttypgrp >= 0) { in j_exit()
246 tcsetpgrp(tty_fd, restore_ttypgrp); in j_exit()
247 setpgid(0, restore_ttypgrp); in j_exit()
306 restore_ttypgrp = kshpgrp; in j_change()