Home | History | Annotate | Download | only in adb

Lines Matching full:tio_save

216 static struct termios tio_save;
223 if(tcgetattr(fd, &tio_save)) return;
237 tcsetattr(fd, TCSANOW, &tio_save);