Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlvm.h140 LUAI_FUNC void luaV_concat (lua_State *L, int total);
H A Dlobject.c450 luaV_concat(L, 2); in pushstr()
H A Dlvm.c684 void luaV_concat (lua_State *L, int total) { function
896 luaV_concat(L, total); /* concat them (may yield again) */
1683 ProtectNT(luaV_concat(L, n));
H A Dlapi.c1299 luaV_concat(L, n); in lua_concat()