Home
last modified time | relevance | path

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

/freebsd-src/lib/flua/libjail/
H A Dlua_jail.c
/freebsd-src/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-src/sys/contrib/openzfs/module/lua/
H A Dlbaselib.c197 if (lua_next(L, 1)) in luaB_next()
H A Dltablib.c26 while (lua_next(L, 1)) { in maxn()
H A Dlapi.c1112 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
1296 EXPORT_SYMBOL(lua_next);
H A Dlauxlib.c40 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
/freebsd-src/contrib/lutok/
H A Dstate.cpp89 const int more = lua_next(state, -2) != 0; in protected_next()
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dzcp.c246 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 Dlua.h302 LUA_API int (lua_next) (lua_State *L, int idx); variable
/freebsd-src/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-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1973 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...]