Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/tic/
H A Dtty_settings.c58 get_tty_settings(int fd, TTY * tty_settings) in get_tty_settings()
73 save_tty_settings(TTY * tty_settings, bool need_tty) in save_tty_settings()
H A Dreset_cmd.c196 reset_tty_settings(int fd, TTY * tty_settings, int noset) in reset_tty_settings()
369 set_control_chars(TTY * tty_settings, int my_erase, int my_intr, int my_kill) in set_control_chars()
403 set_conversions(TTY * tty_settings) in set_conversions()
/openbsd-src/usr.bin/tput/
H A Dtput.c386 TTY tty_settings; in main() local