Searched refs:mode_info (Results 1 – 1 of 1) sorted by relevance
196 struct mode_info struct205 static struct mode_info const mode_info[] = argument442 static bool set_mode (struct mode_info const *info, bool reversed,1135 for (i = 0; mode_info[i].name != nullptr; ++i) in apply_settings()1137 if (STREQ (arg, mode_info[i].name)) in apply_settings()1139 if ((mode_info[i].flags & NO_SETATTR) == 0) in apply_settings()1141 match_found = set_mode (&mode_info[i], reversed, mode); in apply_settings()1488 set_mode (struct mode_info const *info, bool reversed, struct termios *mode) in set_mode()1965 for (i = 0; mode_info[i].name != nullptr; ++i) in display_changed()1967 if (mode_info[i].flags & OMIT) in display_changed()[all …]