Lines Matching +defs:val +defs:matcher
85 lex(struct scanner *s, union lvalue *val) in lex()
252 struct matcher { struct
253 struct xkb_context *ctx;
255 struct rule_names rmlvo;
256 union lvalue val; member
259 struct mapping mapping;
261 struct rule rule;
263 darray_char kccgst[_KCCGST_NUM_ENTRIES];
285 struct matched_sval val = { .sval = { NULL, 0 } }; in split_comma_separated_mlvo() local
291 struct matched_sval val = { .sval = { s, 0 } }; in split_comma_separated_mlvo() local
692 match_value(struct matcher *m, struct sval val, struct sval to, in match_value()
703 match_value_and_mark(struct matcher *m, struct sval val, in match_value_and_mark()
1078 struct matcher *matcher, in read_rules_file()
1112 struct matcher *matcher = NULL; in xkb_components_from_rules() local