Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstrlib.c555 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()