Searched refs:push_captures (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | lstrlib.c | 555 static int push_captures (MatchState *ms, const char *s, const char *e) { in push_captures() function 617 return push_captures(&ms, NULL, 0) + 2; in str_find_aux() 620 return push_captures(&ms, s1, res); in str_find_aux() 661 return push_captures(&ms, src, e); in gmatch_aux() 711 n = push_captures(ms, s, e); in add_value()
|