Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlvm.h39 LUAI_FUNC void luaV_concat (lua_State *L, int total);
Dlobject.c228 if (n > 0) luaV_concat(L, n + 1); in luaO_pushvfstring()
Dlvm.c293 void luaV_concat (lua_State *L, int total) { in luaV_concat() function
455 luaV_concat(L, total); /* concat them (may yield again) */ in luaV_finishOp()
658 Protect(luaV_concat(L, c - b + 1)); in luaV_execute()
Dlapi.c1139 luaV_concat(L, n); in lua_concat()