Searched refs:lua_next (Results 1 – 16 of 16) sorted by relevance
/freebsd/libexec/flua/libjail/ |
H A D | lua_jail.c | 481 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 D | lua_ucl.c | 382 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 D | lbaselib.c | 198 if (lua_next(L, 1)) in luaB_next()
|
H A D | ltablib.c | 27 while (lua_next(L, 1)) { in maxn()
|
H A D | lapi.c | 1113 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function 1297 EXPORT_SYMBOL(lua_next);
|
H A D | lauxlib.c | 41 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
|
/freebsd/contrib/lyaml/ext/yaml/ |
H A D | emitter.c | 120 while (lua_next (L, -2) != 0) in emit_DOCUMENT_START()
|
/freebsd/contrib/lutok/ |
H A D | state.cpp | 89 const int more = lua_next(state, -2) != 0; in protected_next()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zcp.c | 247 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 D | lbaselib.c | 270 if (lua_next(L, 1)) in luaB_next()
|
H A D | lua.h | 351 LUA_API int (lua_next) (lua_State *L, int idx); variable
|
H A D | lauxlib.c | 56 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
|
H A D | lapi.c | 1253 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
|
H A D | ltests.c | 1542 lua_next(L1, -2); in runC()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 303 LUA_API int (lua_next) (lua_State *L, int idx); variable
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 1973 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()
|