Home
last modified time | relevance | path

Searched refs:num_mlvo_values (Results 1 – 1 of 1) sorted by relevance

/external/libxkbcommon/src/xkbcomp/
Drules.c240 unsigned int num_mlvo_values; member
617 if (m->rule.num_mlvo_values + 1 > m->mapping.num_mlvo) { in matcher_rule_set_mlvo_common()
622 m->rule.match_type_at_pos[m->rule.num_mlvo_values] = match_type; in matcher_rule_set_mlvo_common()
623 m->rule.mlvo_value_at_pos[m->rule.num_mlvo_values] = ident; in matcher_rule_set_mlvo_common()
624 m->rule.num_mlvo_values++; in matcher_rule_set_mlvo_common()
850 if (m->rule.num_mlvo_values != m->mapping.num_mlvo || in matcher_rule_verify()