Home
last modified time | relevance | path

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

/redis-3.2.3/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()