Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstrlib.c301 static const char *max_expand (MatchState *ms, const char *s, in max_expand() function
425 return max_expand(ms, s, p, ep); in match()
428 return (m ? max_expand(ms, s+1, p, ep) : NULL); in match()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c357 static const char *max_expand (MatchState *ms, const char *s, in max_expand() function
506 s = max_expand(ms, s, p, ep); in match()