Searched refs:luaB_next (Results 1 – 2 of 2) sorted by relevance
194 static int luaB_next (lua_State *L) { in luaB_next() function207 return pairsmeta(L, "__pairs", 0, luaB_next); in luaB_pairs()263 {"next", luaB_next},
267 static int luaB_next (lua_State *L) { in luaB_next() function287 lua_pushcfunction(L, luaB_next); /* will return generator, */ in luaB_pairs()515 {"next", luaB_next},