Home
last modified time | relevance | path

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

/freebsd/libexec/flua/libjail/
H A Dlua_jail.c481 for (params_count = 1; lua_next(L, 2) != 0; ++params_count) in l_setparams()
527 for (size_t i = 1; i < params_count && lua_next(L, 2) != 0; ++i) { in l_setparams()
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c382 while (lua_next (L, idx) != 0) { in ucl_object_lua_fromtable()
440 while (lua_next (L, idx) != 0) { in ucl_object_lua_fromtable()
809 for (lua_pushnil (L); lua_next (L, 2); lua_pop (L, 1)) { in lua_ucl_parser_register_variables()
/freebsd/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.c1113 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
1297 EXPORT_SYMBOL(lua_next);
H A Dlauxlib.c41 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
/freebsd/contrib/lyaml/ext/yaml/
H A Demitter.c120 while (lua_next (L, -2) != 0) in emit_DOCUMENT_START()
/freebsd/contrib/lutok/
H A Dstate.cpp89 const int more = lua_next(state, -2) != 0; in protected_next()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp.c247 while (lua_next(state, index) != 0) { in zcp_table_to_nvlist()
1374 if (lua_next(state, 1)) { in zcp_parse_table_args()
/freebsd/contrib/lua/src/
H A Dlbaselib.c270 if (lua_next(L, 1)) in luaB_next()
H A Dlua.h351 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.c1253 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
H A Dltests.c1542 lua_next(L1, -2); in runC()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h303 LUA_API int (lua_next) (lua_State *L, int idx); variable
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1973 while (lua_next(L,source) != 0) { in SWIG_Lua_merge_tables_by_index()
2272 while(lua_next(L, metamethods_info_index) != 0 ) { in SWIG_Lua_add_class_user_metamethods()
3095 while (lua_next(L, index) != 0) { in SWIG_table_size()