Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlvm.h68 LUAI_FUNC void luaV_concat (lua_State *L, int total);
H A Dlobject.c451 if (n > 0) luaV_concat(L, n + 1); in luaO_pushvfstring()
H A Dlvm.c476 void luaV_concat (lua_State *L, int total) { function
700 luaV_concat(L, total); /* concat them (may yield again) */
1102 Protect(luaV_concat(L, c - b + 1));
H A Dlapi.c1129 luaV_concat(L, n); in lua_concat()