Searched refs:tio_save (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dcommandline.c201 static struct termios tio_save; variable in typeref:struct:termios
208 if(tcgetattr(fd, &tio_save)) return;
222 tcsetattr(fd, TCSANOW, &tio_save);

Completed in 1345 milliseconds