Home
last modified time | relevance | path

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

/linux-4.1.27/tools/lguest/
Dlguest.c231 static struct termios orig_term; variable
1198 if (orig_term.c_lflag & (ISIG|ICANON|ECHO)) in cleanup_devices()
1199 tcsetattr(STDIN_FILENO, TCSANOW, &orig_term); in cleanup_devices()
2657 if (tcgetattr(STDIN_FILENO, &orig_term) == 0) { in setup_console()
2658 struct termios term = orig_term; in setup_console()