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

/freebsd-13-stable/sys/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) { function
H A Dlapi.c1117 more = luaH_next(L, hvalue(t), L->top - 1);
/freebsd-13-stable/contrib/lua/src/
H A Dltable.h51 LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
H A Dltable.c319 int luaH_next (lua_State *L, Table *t, StkId key) { function
H A Dlapi.c1226 more = luaH_next(L, t, L->top - 1);

Completed in 92 milliseconds