Home
last modified time | relevance | path

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

/external/lua/src/
Dlstrlib.c569 static int push_captures (MatchState *ms, const char *s, const char *e) { in push_captures() function
642 return push_captures(&ms, NULL, 0) + 2; in str_find_aux()
645 return push_captures(&ms, s1, res); in str_find_aux()
682 return push_captures(&gm->ms, src, e); in gmatch_aux()
738 n = push_captures(ms, s, e); in add_value()