Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dltable.h35 LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key);
Dltable.c169 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next() function
Dlapi.c1123 more = luaH_next(L, hvalue(t), L->top - 1); in lua_next()