Searched refs:read_ter (Results 1 – 1 of 1) sorted by relevance
229 struct termios read_ter; in native_tty_configure_bottom() local231 rc = tcgetattr(fd, &read_ter); in native_tty_configure_bottom()238 if (ter.c_cflag != read_ter.c_cflag || ter.c_iflag != read_ter.c_iflag || in native_tty_configure_bottom()239 ter.c_oflag != read_ter.c_oflag || ter.c_lflag != read_ter.c_lflag || in native_tty_configure_bottom()240 ter.c_line != read_ter.c_line || ter.c_ispeed != read_ter.c_ispeed || in native_tty_configure_bottom()241 ter.c_ospeed != read_ter.c_ospeed || 0 != memcmp(ter.c_cc, read_ter.c_cc, NCCS)) { in native_tty_configure_bottom()