Searched refs:get_onecapture (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lstrlib.c | 702 static size_t get_onecapture (MatchState *ms, int i, const char *s, in get_onecapture() function 728 ptrdiff_t l = get_onecapture(ms, i, s, e, &cap); in push_onecapture() 886 ptrdiff_t resl = get_onecapture(ms, *p - '1', s, e, &cap); in add_s()
|