Searched defs:old_settings (Results 1 – 4 of 4) sorted by relevance
490 send_init_strings(int fd GCC_UNUSED, TTY * old_settings) in send_init_strings()565 show_tty_change(TTY * old_settings, in show_tty_change()629 print_tty_chars(TTY * old_settings, TTY * new_settings) in print_tty_chars()
102 update_tty_settings(TTY * old_settings, TTY * new_settings) in update_tty_settings()
58 static struct termios old_settings, new_settings; variable
385 TTY old_settings; in main() local