Searched refs:luaV_concat (Results 1 – 4 of 4) sorted by relevance
127 LUAI_FUNC void luaV_concat (lua_State *L, int total);
410 luaV_concat(L, buff->pushed); /* join partial results into one */ in pushstr()
636 void luaV_concat (lua_State *L, int total) { in luaV_concat() function845 luaV_concat(L, total); /* concat them (may yield again) */ in luaV_finishOp()1526 ProtectNT(luaV_concat(L, n)); in luaV_execute()
1257 luaV_concat(L, n); in lua_concat()