Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dltable.h35 LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
H A Dltable.c168 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next() function
H A Dlapi.c1118 more = luaH_next(L, hvalue(t), L->top - 1); in lua_next()
/freebsd/contrib/lua/src/
H A Dltable.h55 LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
H A Dltable.c349 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next() function
H A Dlapi.c1259 more = luaH_next(L, t, L->top.p - 1); in lua_next()