Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/top/
H A Dscreen.c136 static struct sgttyb old_settings; variable
140 static struct termio old_settings; variable
144 static struct termios old_settings; variable
/dflybsd-src/contrib/ncurses/progs/
H A Dreset_cmd.c473 send_init_strings(int fd GCC_UNUSED, TTY * old_settings) in send_init_strings()
549 show_tty_change(TTY * old_settings, in show_tty_change()
605 print_tty_chars(TTY * old_settings, TTY * new_settings) in print_tty_chars()
H A Dtty_settings.c100 update_tty_settings(TTY * old_settings, TTY * new_settings) in update_tty_settings()