Searched refs:luaH_next (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ltable.h | 30 LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
|
| H A D | ltable.c | 162 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next() function
|
| H A D | lapi.c | 979 more = luaH_next(L, hvalue(t), L->top - 1); in lua_next()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ltable.h | 36 LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
|
| H A D | ltable.c | 169 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next() function
|
| H A D | lapi.c | 1117 more = luaH_next(L, hvalue(t), L->top - 1); in lua_next()
|