Searched refs:save_tty_settings (Results 1 – 7 of 7) sorted by relevance
45 extern int save_tty_settings(TTY * /* tty_settings */, bool /* need_tty */ );
101 fd = save_tty_settings(&tty_settings, FALSE); in main()
73 save_tty_settings(TTY * tty_settings, bool need_tty) in save_tty_settings() function
446 fd = save_tty_settings(&tty_settings, need_tty); in main()
631 fd = save_tty_settings(&tty_settings, FALSE); in main()
850 my_fd = save_tty_settings(&mode, TRUE); in main()
948 + modify save_tty_settings() to avoid opening /dev/tty for cases other