Searched refs:saved_attributes (Results 1 – 2 of 2) sorted by relevance
864 static struct termios saved_attributes; variable 869 tcsetattr(STDIN_FILENO, TCSANOW, &saved_attributes); in reset_input_mode() 884 tcgetattr(STDIN_FILENO, &saved_attributes); in set_input_mode()
99 struct tty3270_attribute saved_attributes; member 1607 tp->saved_attributes = tp->attributes; in tty3270_escape_sequence() 1611 tp->attributes = tp->saved_attributes; in tty3270_escape_sequence() 1619 tty3270_reset_attributes(&tp->saved_attributes); in tty3270_escape_sequence() 1724 tp->saved_attributes = tp->attributes; in tty3270_escape_sequence() 1728 tp->attributes = tp->saved_attributes; in tty3270_escape_sequence() 1928 tty3270_reset_attributes(&tp->saved_attributes); in tty3270_hangup()