Home
last modified time | relevance | path

Searched refs:print_tty_chars (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.h51 extern void print_tty_chars(TTY * /* old_settings */, TTY * /* new_settings */);
H A Dreset_cmd.c663 print_tty_chars(TTY * old_settings, TTY * new_settings) in print_tty_chars() function
H A Dtset.c909 print_tty_chars(&oldmode, &mode); in main()