Lines Matching +defs:val +defs:group
85 lex(struct scanner *s, union lvalue *val) in lex()
215 struct group { struct
216 struct sval name;
217 darray_sval elements;
256 union lvalue val; member
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
323 struct group *group; in matcher_free() local
340 struct group group = { .name = name, .elements = darray_new() }; in matcher_group_start_new() local
664 struct group *group; in match_group() 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()