Searched refs:luaH_next (Results 1 – 3 of 3) sorted by relevance
55 LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
338 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next() function
1251 more = luaH_next(L, t, L->top - 1); in lua_next()
Completed in 8 milliseconds