Searched refs:peg_match_thruto (Results 1 – 2 of 2) sorted by relevance
/dports/ports-mgmt/parfetch-overlay/parfetch-0.1.0/libias/ |
H A D | peg.c | 80 static bool peg_match_thruto(struct PEG *, const char *, const char *, bool); 416 peg_match_thruto(struct PEG *peg, const char *rule, const char *needle, bool thru) in peg_match_thruto() function 441 return peg_match_thruto(peg, rule, needle, 1); in peg_match_thru() 447 return peg_match_thruto(peg, rule, needle, 0); in peg_match_to()
|
/dports/ports-mgmt/portfmt/portfmt-1.1.0/libias/ |
H A D | peg.c | 79 static bool peg_match_thruto(struct PEG *, const char *, const char *, bool); 415 peg_match_thruto(struct PEG *peg, const char *rule, const char *needle, bool thru) in peg_match_thruto() function 440 return peg_match_thruto(peg, rule, needle, 1); in peg_match_thru() 446 return peg_match_thruto(peg, rule, needle, 0); in peg_match_to()
|