Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/sandbox/
Dgetch.c13 struct termios orig_termios; variable
17 tcsetattr(0, TCSANOW, &orig_termios); in reset_terminal_mode()
25 tcgetattr(0, &orig_termios); in set_conio_terminal_mode()
26 memcpy(&new_termios, &orig_termios, sizeof(new_termios)); in set_conio_terminal_mode()