Home
last modified time | relevance | path

Searched refs:luaH_next (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltable.h30 LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
H A Dltable.c162 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next() function
H A Dlapi.c979 more = luaH_next(L, hvalue(t), L->top - 1); in lua_next()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltable.h36 LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
H A Dltable.c169 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next() function
H A Dlapi.c1117 more = luaH_next(L, hvalue(t), L->top - 1); in lua_next()