Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlbaselib.c194 static int luaB_next (lua_State *L) { in luaB_next() function
207 return pairsmeta(L, "__pairs", 0, luaB_next); in luaB_pairs()
263 {"next", luaB_next},
/freebsd/contrib/lua/src/
H A Dlbaselib.c267 static int luaB_next (lua_State *L) { in luaB_next() function
287 lua_pushcfunction(L, luaB_next); /* will return generator, */ in luaB_pairs()
515 {"next", luaB_next},