Searched refs:tcsetpgrp (Results 1 – 3 of 3) sorted by relevance
53 int tcsetpgrp(int, pid_t);
75 int tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
274 tcsetpgrp(tty_fd, restore_ttypgrp); in j_exit()327 if (tcsetpgrp(tty_fd, kshpid) < 0) { in j_change()495 tcsetpgrp(tty_fd, j->pgrp); in exchild()813 tcsetpgrp(tty_fd, (j->flags & JF_SAVEDTTYPGRP) ? in j_resume()840 if (ttypgrp_ok && tcsetpgrp(tty_fd, kshpgrp) < 0) in j_resume()1131 if (tcsetpgrp(tty_fd, kshpgrp) < 0) in j_waitj()