Home
last modified time | relevance | path

Searched refs:reset_tty_settings (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.h54 extern void reset_tty_settings(int /* fd */, TTY * /* tty_settings */, int /* noset */);
H A Dtput.c175 reset_tty_settings(fd, settings, FALSE); in tput_cmd()
H A Dreset_cmd.c272 reset_tty_settings(int fd, TTY * tty_settings, int noset) in reset_tty_settings() function
H A Dtset.c862 reset_tty_settings(my_fd, &mode, noset); in main()