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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dltablib.c28 while (lua_next(L, 1)) {
H A Dlbaselib.c216 if (lua_next(L, 1))
H A Dlua.h303 LUA_API int (lua_next) (lua_State *L, int idx);
H A Dlauxlib.c47 while (lua_next(L, -2)) { /* for each pair in table */
H A Dlapi.c1114 LUA_API int lua_next (lua_State *L, int idx) { function

Completed in 37 milliseconds