Home | History | Annotate | Download | only in src

Lines Matching refs:tty_fd

274 		tcsetpgrp(tty_fd, restore_ttypgrp);
299 if ((ttypgrp_ok = (use_tty && tty_fd >= 0 && tty_devtty))) {
306 if ((ttypgrp = tcgetpgrp(tty_fd)) < 0) {
327 if (tcsetpgrp(tty_fd, kshpid) < 0) {
495 tcsetpgrp(tty_fd, j->pgrp);
810 mksh_tcset(tty_fd, &j->ttystat);
813 tcsetpgrp(tty_fd, (j->flags & JF_SAVEDTTYPGRP) ?
817 mksh_tcset(tty_fd, &tty_state);
820 "1st", "tcsetpgrp", tty_fd,
839 mksh_tcset(tty_fd, &tty_state);
840 if (ttypgrp_ok && tcsetpgrp(tty_fd, kshpgrp) < 0)
842 "fg: 2nd", "tcsetpgrp", tty_fd,
1129 (j->saved_ttypgrp = tcgetpgrp(tty_fd)) >= 0)
1131 if (tcsetpgrp(tty_fd, kshpgrp) < 0)
1133 "j_waitj:", "tcsetpgrp", tty_fd,
1137 mksh_tcget(tty_fd, &j->ttystat);
1153 mksh_tcget(tty_fd, &tty_state);
1155 mksh_tcset(tty_fd, &tty_state);
1847 if (tty_fd >= 0) {
1848 mksh_tcget(tty_fd, &tty_state);