Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c565 static int push_captures (MatchState *ms, const char *s, const char *e) { in push_captures() function
627 return push_captures(&ms, NULL, 0) + 2; in str_find_aux()
630 return push_captures(&ms, s1, res); in str_find_aux()
671 return push_captures(&ms, src, e); in gmatch_aux()
721 n = push_captures(ms, s, e); in add_value()
/freebsd-14.2/contrib/lua/src/
H A Dlstrlib.c735 static int push_captures (MatchState *ms, const char *s, const char *e) { in push_captures() function
807 return push_captures(&ms, NULL, 0) + 2; in str_find_aux()
810 return push_captures(&ms, s1, res); in str_find_aux()
847 return push_captures(&gm->ms, src, e); in gmatch_aux()
913 n = push_captures(ms, s, e); /* all captures as arguments */ in add_value()