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

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

Completed in 42 milliseconds