Home
last modified time | relevance | path

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 Dpeg.h71 bool peg_match_rule(struct PEG *, const char *, RuleFn);
H A Dpeg.c172 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 Dpeg.h71 bool peg_match_rule(struct PEG *, const char *, RuleFn);
H A Dpeg.c171 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 Dgrammar.h47 #define MATCH(r) peg_match_rule(peg, __func__, (r))
/dports/ports-mgmt/portfmt/portfmt-1.1.0/libias/peg/
H A Dgrammar.h47 #define MATCH(r) peg_match_rule(peg, __func__, (r))