Searched refs:saved_termios (Results 1 – 1 of 1) sorted by relevance
49 static struct termios saved_termios; variable58 if (tcgetattr(fd, &saved_termios) < 0) { in tty_semi_raw()63 buf = saved_termios; in tty_semi_raw()97 if (tcsetattr(saved_fd, TCSANOW, &saved_termios) < 0) { in tty_atexit()