Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/afuc/
Demu-ui.c54 static struct termios saved_termios, unbuffered_termios; in readchar() local
59 tcgetattr(STDIN_FILENO, &saved_termios); in readchar()
60 unbuffered_termios = saved_termios; in readchar()
67 tcsetattr(STDIN_FILENO, TCSANOW, &saved_termios); in readchar()