Lines Matching refs:tty
28 -o Open tty for COMMAND's stdin (default /dev/null)
29 -p Prompt for y/n from tty before running each command
44 FILE *tty;
176 if (!TT.tty) TT.tty = xfopen("/dev/tty", "re");
177 if (!fyesno(TT.tty, 0)) goto skip;
183 xopen_stdio(FLAG(o) ? "/dev/tty" : "/dev/null", O_RDONLY);
215 if (TT.tty) fclose(TT.tty);