Searched refs:terminalSettings (Results 1 – 1 of 1) sorted by relevance
93 struct termios terminalSettings = {}; in preUp() local94 if (tcgetattr(mFd.get(), &terminalSettings) < 0) { in preUp()100 cfmakeraw(&terminalSettings); in preUp()103 terminalSettings.c_iflag &= ~IXOFF; in preUp()105 terminalSettings.c_cflag |= CRTSCTS; in preUp()123 if (tcsetattr(mFd.get(), TCSADRAIN, &terminalSettings) < 0) { in preUp()