Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlbaselib.c271 static int luaB_next (lua_State *L) { in luaB_next() function
291 lua_pushcfunction(L, luaB_next); /* will return generator, */ in luaB_pairs()
527 {"next", luaB_next},