Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Drules.c229 unsigned int num_mlvo_values; member
525 if (m->rule.num_mlvo_values + 1 > m->mapping.num_mlvo) { in matcher_rule_set_mlvo_common()
530 m->rule.match_type_at_pos[m->rule.num_mlvo_values] = match_type; in matcher_rule_set_mlvo_common()
531 m->rule.mlvo_value_at_pos[m->rule.num_mlvo_values] = ident; in matcher_rule_set_mlvo_common()
532 m->rule.num_mlvo_values++; in matcher_rule_set_mlvo_common()
755 if (m->rule.num_mlvo_values != m->mapping.num_mlvo || in matcher_rule_verify()