Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/etc/
H A Dmin.c34 lua_State *L=lua_open(); in main()
/redis-3.2.3/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
/redis-3.2.3/deps/lua/
H A DHISTORY16 + user supplies memory allocator (lua_open becomes lua_newstate).
/redis-3.2.3/src/
H A Dscripting.c896 lua_State *lua = lua_open(); in scriptingInit()