Home
last modified time | relevance | path

Searched defs:new_settings (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/tic/
H A Dtty_settings.c102 update_tty_settings(TTY * old_settings, TTY * new_settings) in update_tty_settings()
H A Dreset_cmd.c566 TTY * new_settings, in show_tty_change()
629 print_tty_chars(TTY * old_settings, TTY * new_settings) in print_tty_chars()
/openbsd-src/usr.bin/top/
H A Dscreen.c58 static struct termios old_settings, new_settings; variable