Searched refs:luaV_concat (Results 1 – 4 of 4) sorted by relevance
129 LUAI_FUNC void luaV_concat (lua_State *L, int total);
410 luaV_concat(L, buff->pushed); /* join partial results into one */ in pushstr()
638 void luaV_concat (lua_State *L, int total) { in luaV_concat() function847 luaV_concat(L, total); /* concat them (may yield again) */ in luaV_finishOp()1534 ProtectNT(luaV_concat(L, n)); in luaV_execute()
1281 luaV_concat(L, n); in lua_concat()
Completed in 13 milliseconds