Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlvm.h34 LUAI_FUNC void luaV_concat (lua_State *L, int total, int last);
H A Dlobject.c166 luaV_concat(L, n+1, cast_int(L->top - L->base) - 1); in luaO_pushvfstring()
H A Dlvm.c282 void luaV_concat (lua_State *L, int total, int last) { in luaV_concat() function
537 Protect(luaV_concat(L, c-b+1, c); luaC_checkGC(L)); in luaV_execute()
H A Dlapi.c995 luaV_concat(L, n, cast_int(L->top - L->base) - 1); in lua_concat()