Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlstate.c42 static void stack_init (lua_State *L1, lua_State *L) { in stack_init() function
73 stack_init(L, L); /* init stack */ in f_luaopen()
123 stack_init(L1, L); /* init stack */ in luaE_newthread()