Lines Matching full:tty
1170 open(TTY, "> /dev/tty") || return 0;1171 print TTY $msg;1172 close(TTY);