Searched refs:push_captures (Results 1 – 1 of 1) sorted by relevance
/external/lua/src/ |
D | lstrlib.c | 732 static int push_captures (MatchState *ms, const char *s, const char *e) { in push_captures() function 804 return push_captures(&ms, NULL, 0) + 2; in str_find_aux() 807 return push_captures(&ms, s1, res); in str_find_aux() 844 return push_captures(&gm->ms, src, e); in gmatch_aux() 910 n = push_captures(ms, s, e); /* all captures as arguments */ in add_value()
|