Searched refs:saved_attributes (Results 1 – 2 of 2) sorted by relevance
864 static struct termios saved_attributes; variable869 tcsetattr(STDIN_FILENO, TCSANOW, &saved_attributes); in reset_input_mode()884 tcgetattr(STDIN_FILENO, &saved_attributes); in set_input_mode()
98 struct tty3270_attribute saved_attributes; member1599 tp->saved_attributes = tp->attributes; in tty3270_escape_sequence()1603 tp->attributes = tp->saved_attributes; in tty3270_escape_sequence()1611 tty3270_reset_attributes(&tp->saved_attributes); in tty3270_escape_sequence()1716 tp->saved_attributes = tp->attributes; in tty3270_escape_sequence()1720 tp->attributes = tp->saved_attributes; in tty3270_escape_sequence()1920 tty3270_reset_attributes(&tp->saved_attributes); in tty3270_hangup()