Home
last modified time | relevance | path

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

/linux-4.4.14/tools/lguest/
Dlguest.c235 static struct termios orig_term; variable
1202 if (orig_term.c_lflag & (ISIG|ICANON|ECHO)) in cleanup_devices()
1203 tcsetattr(STDIN_FILENO, TCSANOW, &orig_term); in cleanup_devices()
2661 if (tcgetattr(STDIN_FILENO, &orig_term) == 0) { in setup_console()
2662 struct termios term = orig_term; in setup_console()