Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c320 static int singlematch (MatchState *ms, const char *s, const char *p, in singlematch() function
360 while (singlematch(ms, s + i, p, ep)) in max_expand()
378 else if (singlematch(ms, s, p, ep)) in min_expand()
484 if (!singlematch(ms, s, p, ep)) { in match()
/freebsd-13.1/contrib/lua/src/
H A Dlstrlib.c467 static int singlematch (MatchState *ms, const char *s, const char *p, in singlematch() function
506 while (singlematch(ms, s + i, p, ep)) in max_expand()
524 else if (singlematch(ms, s, p, ep)) in min_expand()
629 if (!singlematch(ms, s, p, ep)) { in match()