Searched refs:luaV_concat (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lvm.h | 34 LUAI_FUNC void luaV_concat (lua_State *L, int total, int last);
|
| H A D | lobject.c | 166 luaV_concat(L, n+1, cast_int(L->top - L->base) - 1); in luaO_pushvfstring()
|
| H A D | lvm.c | 282 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 D | lapi.c | 995 luaV_concat(L, n, cast_int(L->top - L->base) - 1); in lua_concat()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lvm.h | 40 LUAI_FUNC void luaV_concat (lua_State *L, int total);
|
| H A D | lobject.c | 223 if (n > 0) luaV_concat(L, n + 1); in luaO_pushvfstring()
|
| H A D | lvm.c | 294 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 D | lapi.c | 1133 luaV_concat(L, n); in lua_concat()
|