Lines Matching refs:tcsetpgrp
253 if (tcsetpgrp(tty_fd, restore_ttypgrp) < 0) {
255 Tj_suspend, "tcsetpgrp", cstrerror(errno));
278 } else if (tcsetpgrp(tty_fd, kshpid) < 0) {
280 Tj_suspend, "tcsetpgrp", cstrerror(errno));
332 tcsetpgrp(tty_fd, restore_ttypgrp);
385 if (tcsetpgrp(tty_fd, kshpid) < 0) {
387 "j_init", "tcsetpgrp",
552 tcsetpgrp(tty_fd, j->pgrp);
871 tcsetpgrp(tty_fd, (j->flags & JF_SAVEDTTYPGRP) ?
878 "fg: 1st", "tcsetpgrp", tty_fd,
898 if (ttypgrp_ok && tcsetpgrp(tty_fd, kshpgrp) < 0)
900 "fg: 2nd", "tcsetpgrp", tty_fd,
1196 if (tcsetpgrp(tty_fd, kshpgrp) < 0)
1198 "j_waitj:", "tcsetpgrp", tty_fd,