Searched refs:luaV_concat (Results 1 – 4 of 4) sorted by relevance
68 LUAI_FUNC void luaV_concat (lua_State *L, int total);
451 if (n > 0) luaV_concat(L, n + 1); in luaO_pushvfstring()
476 void luaV_concat (lua_State *L, int total) { function700 luaV_concat(L, total); /* concat them (may yield again) */1102 Protect(luaV_concat(L, c - b + 1));
1129 luaV_concat(L, n); in lua_concat()