Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlvm.h129 LUAI_FUNC void luaV_concat (lua_State *L, int total);
A Dlobject.c410 luaV_concat(L, buff->pushed); /* join partial results into one */ in pushstr()
A Dlvm.c638 void luaV_concat (lua_State *L, int total) { in luaV_concat() function
847 luaV_concat(L, total); /* concat them (may yield again) */ in luaV_finishOp()
1534 ProtectNT(luaV_concat(L, n)); in luaV_execute()
A Dlapi.c1281 luaV_concat(L, n); in lua_concat()

Completed in 13 milliseconds