Searched refs:luaB_next (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lbaselib.c | 201 static int luaB_next (lua_State *L) { in luaB_next() function 214 return pairsmeta(L, "__pairs", 0, luaB_next); in luaB_pairs() 270 {"next", luaB_next},
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lbaselib.c | 226 static int luaB_next (lua_State *L) { in luaB_next() function 239 return pairsmeta(L, "__pairs", 0, luaB_next); in luaB_pairs() 465 {"next", luaB_next},
|