emacs_get_tty     326 src/minibuf.c        etty_valid = emacs_get_tty (STDIN_FILENO, &etty) == 0;
emacs_get_tty     379 src/sysdep.c               emacs_get_tty (fileno (tty->input), &buf);
emacs_get_tty     533 src/sysdep.c     emacs_get_tty (out, &s);
emacs_get_tty    1119 src/sysdep.c     emacs_get_tty (fileno (tty_out->input), tty_out->old_tty);
emacs_get_tty    1356 src/sysdep.c     emacs_get_tty (fd, &etty);
emacs_get_tty    1375 src/sysdep.c     emacs_get_tty (fd, &etty);
emacs_get_tty      87 src/systty.h   extern int emacs_get_tty (int, struct emacs_tty *) EXTERNALLY_VISIBLE;