Searched refs:raw_settings (Results 1 – 1 of 1) sorted by relevance
1001 termios raw_settings; in SetTerminalRaw() local1002 rval = tcgetattr(fd_, &raw_settings); in SetTerminalRaw()1007 if (memcmp(&terminal_settings, &raw_settings, sizeof(terminal_settings))) { in SetTerminalRaw()