get_tty_size     3585 src/dispextern.h void get_tty_size (int, int *, int *);
get_tty_size     5898 src/dispnew.c        get_tty_size (fileno (tty->input), &width, &height);
get_tty_size     1402 src/frame.c        get_tty_size (fileno (FRAME_TTY (f)->input), &width, &height);
get_tty_size     11259 src/keyboard.c   get_tty_size (fileno (CURTTY ()->input), &old_width, &old_height);
get_tty_size     11274 src/keyboard.c   get_tty_size (fileno (CURTTY ()->input), &width, &height);
get_tty_size     2383 src/term.c     	  get_tty_size (fileno (t->display_info.tty->input), &width, &height);
get_tty_size     4277 src/term.c         get_tty_size (fileno (tty->input), &width, &height);
get_tty_size     4327 src/term.c         get_tty_size (fileno (tty->input), &width, &height);
get_tty_size     10254 test/manual/etags/c-src/emacs/src/keyboard.c   get_tty_size (fileno (CURTTY ()->input), &old_width, &old_height);
get_tty_size     10269 test/manual/etags/c-src/emacs/src/keyboard.c   get_tty_size (fileno (CURTTY ()->input), &width, &height);