Searched refs:luaB_next (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lbaselib.c | 195 static int luaB_next (lua_State *L) { in luaB_next() function 208 return pairsmeta(L, "__pairs", 0, luaB_next); in luaB_pairs() 264 {"next", luaB_next},
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lbaselib.c | 226 static int luaB_next (lua_State *L) { in luaB_next() function 458 {"next", luaB_next}, 636 auxopen(L, "pairs", luaB_pairs, luaB_next); in base_open()
|