Home
last modified time | relevance | path

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

/external/mksh/src/
Djobs.c138 static pid_t restore_ttypgrp = -1; variable
265 if (kshpid == procpid && restore_ttypgrp >= 0) { in j_exit()
274 tcsetpgrp(tty_fd, restore_ttypgrp); in j_exit()
275 setpgid(0, restore_ttypgrp); in j_exit()
333 restore_ttypgrp = kshpgrp; in j_change()