Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/ipod/
DSDL_ipodvideo.c65 static struct termios old_termios, cur_termios; variable
226 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()