Searched refs:peg_match_rule (Results 1 – 6 of 6) sorted by relevance
/dports/ports-mgmt/parfetch-overlay/parfetch-0.1.0/libias/ |
H A D | peg.h | 71 bool peg_match_rule(struct PEG *, const char *, RuleFn);
|
H A D | peg.c | 172 bool result = peg_match_rule(peg, ":main", rulefn); in peg_match() 388 peg_match_rule(struct PEG *peg, const char *rule, RuleFn rulefn) in peg_match_rule() function
|
/dports/ports-mgmt/portfmt/portfmt-1.1.0/libias/ |
H A D | peg.h | 71 bool peg_match_rule(struct PEG *, const char *, RuleFn);
|
H A D | peg.c | 171 bool result = peg_match_rule(peg, ":main", rulefn); in peg_match() 387 peg_match_rule(struct PEG *peg, const char *rule, RuleFn rulefn) in peg_match_rule() function
|
/dports/ports-mgmt/parfetch-overlay/parfetch-0.1.0/libias/peg/ |
H A D | grammar.h | 47 #define MATCH(r) peg_match_rule(peg, __func__, (r))
|
/dports/ports-mgmt/portfmt/portfmt-1.1.0/libias/peg/ |
H A D | grammar.h | 47 #define MATCH(r) peg_match_rule(peg, __func__, (r))
|