Home
last modified time | relevance | path

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

/external/lua/src/
Dlvm.h127 LUAI_FUNC void luaV_concat (lua_State *L, int total);
Dlobject.c410 luaV_concat(L, buff->pushed); /* join partial results into one */ in pushstr()
Dlvm.c636 void luaV_concat (lua_State *L, int total) { in luaV_concat() function
845 luaV_concat(L, total); /* concat them (may yield again) */ in luaV_finishOp()
1526 ProtectNT(luaV_concat(L, n)); in luaV_execute()
Dlapi.c1257 luaV_concat(L, n); in lua_concat()