Searched refs:get_tty_settings (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/usr.bin/tic/ |
| D | tty_settings.c | 58 get_tty_settings(int fd, TTY * tty_settings) in get_tty_settings() function 75 if (!get_tty_settings(STDERR_FILENO, tty_settings) && in save_tty_settings() 76 !get_tty_settings(STDOUT_FILENO, tty_settings) && in save_tty_settings() 77 !get_tty_settings(STDIN_FILENO, tty_settings)) { in save_tty_settings() 80 if (!get_tty_settings(fd, tty_settings)) { in save_tty_settings()
|
| /openbsd/src/gnu/lib/libreadline/ |
| D | rltty.c | 181 static int get_tty_settings PARAMS((int, TIOTYPE *)); 224 get_tty_settings (tty, tiop) in get_tty_settings() function 395 static int get_tty_settings PARAMS((int, TIOTYPE *)); 508 get_tty_settings (tty, tiop) in get_tty_settings() function 645 if (get_tty_settings (tty, &tio) < 0) 798 if (get_tty_settings (tty, &ttybuff) == 0) 827 if (get_tty_settings (tty, &ttybuff) == 0)
|