Searched refs:old_tty (Results 1 – 2 of 2) sorted by relevance
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 100 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()
|
D | rpng2-win.c | 113 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()
|