Searched refs:matcher_err (Results 1 – 1 of 1) sorted by relevance
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | rules.c | 327 #define matcher_err(matcher, fmt, ...) \ macro 389 matcher_err(m, "invalid mapping: %.*s is not a valid value here; ignoring rule set", in matcher_mapping_set_mlvo() 396 matcher_err(m, "invalid mapping: %.*s appears twice on the same line; ignoring rule set", in matcher_mapping_set_mlvo() 408 …matcher_err(m, "invalid mapping: \"%.*s\" may only be followed by a valid group index; ignoring ru… in matcher_mapping_set_mlvo() 421 … matcher_err(m, "invalid mapping: \"%.*s\" cannot be followed by a group index; ignoring rule set", in matcher_mapping_set_mlvo() 448 matcher_err(m, "invalid mapping: %.*s is not a valid value here; ignoring rule set", in matcher_mapping_set_kccgst() 455 matcher_err(m, "invalid mapping: %.*s appears twice on the same line; ignoring rule set", in matcher_mapping_set_kccgst() 470 …matcher_err(m, "invalid mapping: must have at least one value on the left hand side; ignoring rule… in matcher_mapping_verify() 475 …matcher_err(m, "invalid mapping: must have at least one value on the right hand side; ignoring rul… in matcher_mapping_verify() 526 matcher_err(m, "invalid rule: has more values than the mapping line; ignoring rule"); in matcher_rule_set_mlvo_common() [all …]
|