Searched refs:push_onecapture (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c547 static void push_onecapture (MatchState *ms, int i, const char *s, function
571 push_onecapture(ms, i, s, e);
707 push_onecapture(ms, news[i] - '1', s, e);
727 push_onecapture(ms, 0, s, e);
/freebsd-13-stable/contrib/lua/src/
H A Dlstrlib.c722 static void push_onecapture (MatchState *ms, int i, const char *s, function
737 push_onecapture(ms, i, s, e);
915 push_onecapture(ms, 0, s, e); /* first capture is the index */

Completed in 111 milliseconds