Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlbaselib.c618 static void auxopen (lua_State *L, const char *name, in auxopen() function
635 auxopen(L, "ipairs", luaB_ipairs, ipairsaux); in base_open()
636 auxopen(L, "pairs", luaB_pairs, luaB_next); in base_open()