Home
last modified time | relevance | path

Searched refs:luaB_next (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlbaselib.c195 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 Dlbaselib.c226 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()