Home
last modified time | relevance | path

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

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