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

/external/chromium_org/third_party/skia/third_party/lua/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 253 milliseconds