Home
last modified time | relevance | path

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

/aosp_15_r20/external/lua/src/
H A Dltable.h51 LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
H A Dltable.c305 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next() function
H A Dlapi.c1226 more = luaH_next(L, t, L->top - 1); in lua_next()