Home
last modified time | relevance | path

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 Dltable.h35 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.c1119 more = luaH_next(L, hvalue(t), L->top - 1); in lua_next()
/freebsd-12.1/contrib/lua/src/
H A Dltable.h56 LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
H A Dltable.c186 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next() function
H A Dlapi.c1129 more = luaH_next(L, hvalue(t), L->top - 1); in lua_next()