Searched defs:old_termios (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c65 static struct termios old_termios, cur_termios; variable in typeref:struct:termios
226 if (tcgetattr (kbfd, &old_termios) < 0) {
230 cur_termios = old_termios;
400 tcsetattr (kbfd, TCSAFLUSH, &old_termios);

Completed in 43 milliseconds