Lines Matching defs:tty
608 int tty;621 tty = openTty(line);622 if (tty < 0) {630 if (tty != 0)631 dup2(tty, 0);632 if (tty != 1)633 dup2(tty, 1);634 if (tty != 2)635 dup2(tty, 2);637 if (tty > 2)638 close(tty);