Searched refs:lua_next (Results 1 – 6 of 6) sorted by relevance
254 if (lua_next(L, 1)) in luaB_next()
340 LUA_API int (lua_next) (lua_State *L, int idx); variable
56 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
1220 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
583 return lua_next(state_, index); in Next()
758 while (lua_next(L, 2) != 0) { in lupb_msgdef_call()