Home
last modified time | relevance | path

Searched refs:rulefn (Results 1 – 2 of 2) sorted by relevance

/dports/ports-mgmt/parfetch-overlay/parfetch-0.1.0/libias/
H A Dpeg.c167 peg_match(struct PEG *peg, RuleFn rulefn, CaptureFn capture_machine, void *userdata) in peg_match() argument
172 bool result = peg_match_rule(peg, ":main", rulefn); in peg_match()
216 peg_match_atleast(struct PEG *peg, const char *rule, RuleFn rulefn, uint32_t n) in peg_match_atleast() argument
222 if (!rulefn(peg)) { in peg_match_atleast()
240 if (!rulefn(peg)) { in peg_match_between()
342 peg_match_lookahead(struct PEG *peg, const char *rule, RuleFn rulefn) in peg_match_lookahead() argument
346 if (rulefn(peg)) { in peg_match_lookahead()
374 peg_match_repeat(struct PEG *peg, const char *rule, RuleFn rulefn, uint32_t n) in peg_match_repeat() argument
379 if (!rulefn(peg)) { in peg_match_repeat()
388 peg_match_rule(struct PEG *peg, const char *rule, RuleFn rulefn) in peg_match_rule() argument
[all …]
/dports/ports-mgmt/portfmt/portfmt-1.1.0/libias/
H A Dpeg.c166 peg_match(struct PEG *peg, RuleFn rulefn, CaptureFn capture_machine, void *userdata) in peg_match() argument
171 bool result = peg_match_rule(peg, ":main", rulefn); in peg_match()
215 peg_match_atleast(struct PEG *peg, const char *rule, RuleFn rulefn, uint32_t n) in peg_match_atleast() argument
221 if (!rulefn(peg)) { in peg_match_atleast()
239 if (!rulefn(peg)) { in peg_match_between()
341 peg_match_lookahead(struct PEG *peg, const char *rule, RuleFn rulefn) in peg_match_lookahead() argument
345 if (rulefn(peg)) { in peg_match_lookahead()
373 peg_match_repeat(struct PEG *peg, const char *rule, RuleFn rulefn, uint32_t n) in peg_match_repeat() argument
378 if (!rulefn(peg)) { in peg_match_repeat()
387 peg_match_rule(struct PEG *peg, const char *rule, RuleFn rulefn) in peg_match_rule() argument
[all …]