Searched refs:luaV_concat (Results 1 – 4 of 4) sorted by relevance
| /redis-3.2.3/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()
|