get_tty_size 3642 src/dispextern.h void get_tty_size (int, int *, int *); get_tty_size 5952 src/dispnew.c get_tty_size (fileno (tty->input), &width, &height); get_tty_size 1422 src/frame.c get_tty_size (fileno (FRAME_TTY (f)->input), &width, &height); get_tty_size 11798 src/keyboard.c get_tty_size (fileno (CURTTY ()->input), &old_width, &old_height); get_tty_size 11813 src/keyboard.c get_tty_size (fileno (CURTTY ()->input), &width, &height); get_tty_size 2444 src/term.c get_tty_size (fileno (t->display_info.tty->input), &width, &height); get_tty_size 4366 src/term.c get_tty_size (fileno (tty->input), &width, &height); get_tty_size 4416 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);