Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/etc/
H A Dmin.c34 lua_State *L=lua_open(); in main()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dluac.c193 L=lua_open(); in main()
H A Dlua.c380 lua_State *L = lua_open(); /* create state */ in main()
H A Dlua.h287 #define lua_open() luaL_newstate() macro
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY16 + user supplies memory allocator (lua_open becomes lua_newstate).
/f-stack/app/redis-5.0.5/src/
H A Dscripting.c919 lua_State *lua = lua_open(); in scriptingInit()