Searched refs:lua_next (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lbaselib.c | 204 if (lua_next(L, 1)) in luaB_next()
|
| H A D | ltablib.c | 28 while (lua_next(L, 1)) { in maxn()
|
| H A D | lua.h | 302 LUA_API int (lua_next) (lua_State *L, int idx); variable
|
| H A D | lauxlib.c | 42 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
|
| H A D | lapi.c | 1113 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
|
| /freebsd-12.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 306 while (lua_next (L, idx) != 0) { in ucl_object_lua_fromtable() 348 while (lua_next (L, idx) != 0) { in ucl_object_lua_fromtable()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | ltablib.c | 66 while (lua_next(L, 1)) { in maxn()
|
| H A D | lbaselib.c | 229 if (lua_next(L, 1)) in luaB_next()
|
| H A D | lua.h | 321 LUA_API int (lua_next) (lua_State *L, int idx); variable
|
| H A D | lauxlib.c | 50 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
|
| H A D | lapi.c | 1123 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | zcp.c | 264 while (lua_next(state, index) != 0) { in zcp_table_to_nvlist() 1346 if (lua_next(state, 1)) { in zcp_parse_table_args()
|