Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dltablib.c67 while (lua_next(L, 1)) { in maxn()
H A Dlbaselib.c235 if (lua_next(L, 1)) in luaB_next()
H A Dlua.h354 LUA_API int (lua_next) (lua_State *L, int idx); variable
H A Dlauxlib.c55 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
H A Dlapi.c1107 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
/minix3/external/bsd/lutok/dist/
H A Dstate.cpp89 const int more = lua_next(state, -2) != 0; in protected_next()