emacs_get_tty     326 src/minibuf.c        etty_valid = emacs_get_tty (STDIN_FILENO, &etty) == 0;
emacs_get_tty     387 src/sysdep.c               emacs_get_tty (fileno (tty->input), &buf);
emacs_get_tty     541 src/sysdep.c     emacs_get_tty (out, &s);
emacs_get_tty    1134 src/sysdep.c     emacs_get_tty (fileno (tty_out->input), tty_out->old_tty);
emacs_get_tty    1371 src/sysdep.c     emacs_get_tty (fd, &etty);
emacs_get_tty    1390 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;