Searched refs:old_termios (Results 1 – 1 of 1) sorted by relevance
65 static struct termios old_termios, cur_termios; variable226 if (tcgetattr (kbfd, &old_termios) < 0) { in iPod_VideoInit()230 cur_termios = old_termios; in iPod_VideoInit()400 tcsetattr (kbfd, TCSAFLUSH, &old_termios); in iPod_VideoQuit()