Searched refs:luaV_concat (Results 1 – 4 of 4) sorted by relevance
140 LUAI_FUNC void luaV_concat (lua_State *L, int total);
450 luaV_concat(L, 2); in pushstr()
684 void luaV_concat (lua_State *L, int total) { function896 luaV_concat(L, total); /* concat them (may yield again) */1683 ProtectNT(luaV_concat(L, n));
1299 luaV_concat(L, n); in lua_concat()