Searched refs:luaH_next (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | ltable.h | 35 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 | 1119 more = luaH_next(L, hvalue(t), L->top - 1); in lua_next()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | ltable.h | 56 LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
|
| H A D | ltable.c | 186 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next() function
|
| H A D | lapi.c | 1129 more = luaH_next(L, hvalue(t), L->top - 1); in lua_next()
|