Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstrlib.c268 static int singlematch (int c, const char *p, const char *ep) { in singlematch() function
304 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
322 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
416 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/f-stack/freebsd/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()