Searched refs:lua_next (Results 1 – 15 of 15) sorted by relevance
/freebsd-src/lib/flua/libjail/ |
H A D | lua_jail.c |
|
/freebsd-src/contrib/libucl/lua/ |
H A D | lua_ucl.c | 377 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-src/sys/contrib/openzfs/module/lua/ |
H A D | lbaselib.c | 197 if (lua_next(L, 1)) in luaB_next()
|
H A D | ltablib.c | 26 while (lua_next(L, 1)) { in maxn()
|
H A D | lapi.c | 1112 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function 1296 EXPORT_SYMBOL(lua_next);
|
H A D | lauxlib.c | 40 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
|
/freebsd-src/contrib/lutok/ |
H A D | state.cpp | 89 const int more = lua_next(state, -2) != 0; in protected_next()
|
/freebsd-src/sys/contrib/openzfs/module/zfs/ |
H A D | zcp.c | 246 while (lua_next(state, index) != 0) { in zcp_table_to_nvlist() 1369 if (lua_next(state, 1)) { in zcp_parse_table_args()
|
/freebsd-src/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 302 LUA_API int (lua_next) (lua_State *L, int idx); variable
|
/freebsd-src/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-src/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 1973 while (lua_next(L,source) != 0) { in SWIG_Lua_class_squash_bases() 2272 while(lua_next(L, metamethods_info_index) != 0 ) { in SWIG_Lua_class_register_static() 3095 while (lua_next(L, index) != 0) { [all...] |