Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstrlib.c343 static const char *end_capture (MatchState *ms, const char *s, in end_capture() function
375 return end_capture(ms, s, p+1); in match()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c399 static const char *end_capture (MatchState *ms, const char *s, in end_capture() function
435 s = end_capture(ms, s, p + 1); in match()