Home
last modified time | relevance | path

Searched refs:lua_next (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dltablib.c28 while (lua_next(L, 1)) { in maxn()
Dlbaselib.c216 if (lua_next(L, 1)) in luaB_next()
Dlauxlib.c47 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
Dlapi.c1117 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h303 LUA_API int (lua_next) (lua_State *L, int idx); variable