Home
last modified time | relevance | path

Searched refs:save_tty_settings (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ncurses/progs/
H A Dtty_settings.h45 extern int save_tty_settings(TTY * /* tty_settings */, bool /* need_tty */ );
H A Dclear.c101 fd = save_tty_settings(&tty_settings, FALSE); in main()
H A Dtty_settings.c73 save_tty_settings(TTY * tty_settings, bool need_tty) in save_tty_settings() function
H A Dtput.c446 fd = save_tty_settings(&tty_settings, need_tty); in main()
H A Dtabs.c631 fd = save_tty_settings(&tty_settings, FALSE); in main()
H A Dtset.c850 my_fd = save_tty_settings(&mode, TRUE); in main()
/freebsd/contrib/ncurses/
H A DNEWS948 + modify save_tty_settings() to avoid opening /dev/tty for cases other