Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlbaselib.c204 if (lua_next(L, 1)) in luaB_next()
H A Dltablib.c28 while (lua_next(L, 1)) { in maxn()
H A Dlua.h302 LUA_API int (lua_next) (lua_State *L, int idx); variable
H A Dlauxlib.c42 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
H A Dlapi.c1113 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
/freebsd-12.1/contrib/libucl/lua/
H A Dlua_ucl.c306 while (lua_next (L, idx) != 0) { in ucl_object_lua_fromtable()
348 while (lua_next (L, idx) != 0) { in ucl_object_lua_fromtable()
/freebsd-12.1/contrib/lua/src/
H A Dltablib.c66 while (lua_next(L, 1)) { in maxn()
H A Dlbaselib.c229 if (lua_next(L, 1)) in luaB_next()
H A Dlua.h321 LUA_API int (lua_next) (lua_State *L, int idx); variable
H A Dlauxlib.c50 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
H A Dlapi.c1123 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp.c264 while (lua_next(state, index) != 0) { in zcp_table_to_nvlist()
1346 if (lua_next(state, 1)) { in zcp_parse_table_args()