Home
last modified time | relevance | path

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

/external/libpng/contrib/gregbook/
Drpng-win.c100 struct termio old_tty, new_tty; in repl_getch() local
102 ioctl(fd, TCGETA, &old_tty); in repl_getch()
103 new_tty = old_tty; in repl_getch()
107 ioctl(fd, TCSETA, &old_tty); in repl_getch()
Drpng2-win.c113 struct termio old_tty, new_tty; in repl_getch() local
115 ioctl(fd, TCGETA, &old_tty); in repl_getch()
116 new_tty = old_tty; in repl_getch()
120 ioctl(fd, TCSETA, &old_tty); in repl_getch()