Home
last modified time | relevance | path

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

/freebsd-13.1/lib/flua/libjail/
H A Dlua_jail.c479 for (params_count = 1; lua_next(L, 2) != 0; ++params_count) in l_setparams()
525 for (size_t i = 1; i < params_count && lua_next(L, 2) != 0; ++i) { in l_setparams()
/freebsd-13.1/contrib/libucl/lua/
H A Dlua_ucl.c377 while (lua_next (L, idx) != 0) { in ucl_object_lua_fromtable()
436 while (lua_next (L, idx) != 0) { in ucl_object_lua_fromtable()
778 for (lua_pushnil (L); lua_next (L, 2); lua_pop (L, 1)) { in lua_ucl_parser_register_variables()
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlbaselib.c198 if (lua_next(L, 1)) in luaB_next()
H A Dltablib.c27 while (lua_next(L, 1)) { in maxn()
H A Dlapi.c1111 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
1319 EXPORT_SYMBOL(lua_next);
H A Dlauxlib.c41 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
/freebsd-13.1/contrib/lutok/
H A Dstate.cpp89 const int more = lua_next(state, -2) != 0; in protected_next()
/freebsd-13.1/contrib/lua/src/
H A Dlbaselib.c254 if (lua_next(L, 1)) in luaB_next()
H A Dlua.h340 LUA_API int (lua_next) (lua_State *L, int idx); variable
H A Dlauxlib.c56 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
H A Dlapi.c1220 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzcp.c246 while (lua_next(state, index) != 0) { in zcp_table_to_nvlist()
1370 if (lua_next(state, 1)) { in zcp_parse_table_args()
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h303 LUA_API int (lua_next) (lua_State *L, int idx); variable
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1948 while (lua_next(L,source) != 0) { in SWIG_Lua_merge_tables_by_index()
2247 while(lua_next(L, metamethods_info_index) != 0 ) { in SWIG_Lua_add_class_user_metamethods()
3015 while (lua_next(L, index) != 0) { in SWIG_table_size()