Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/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()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.h40 LUAI_FUNC void luaV_concat (lua_State *L, int total);
H A Dlobject.c223 if (n > 0) luaV_concat(L, n + 1); in luaO_pushvfstring()
H A Dlvm.c294 void luaV_concat (lua_State *L, int total) { in luaV_concat() function
516 luaV_concat(L, total); /* concat them (may yield again) */ in luaV_finishOp()
722 Protect(luaV_concat(L, c - b + 1)); in luaV_execute()
H A Dlapi.c1133 luaV_concat(L, n); in lua_concat()