Home
last modified time | relevance | path

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

/external/libpng/contrib/gregbook/
Drpng-win.c101 struct termio old_tty, new_tty; in repl_getch() local
103 ioctl(fd, TCGETA, &old_tty); in repl_getch()
104 new_tty = old_tty; in repl_getch()
108 ioctl(fd, TCSETA, &old_tty); in repl_getch()
Drpng2-win.c112 struct termio old_tty, new_tty; in repl_getch() local
114 ioctl(fd, TCGETA, &old_tty); in repl_getch()
115 new_tty = old_tty; in repl_getch()
119 ioctl(fd, TCSETA, &old_tty); in repl_getch()