Searched refs:lua_open (Results 1 – 6 of 6) sorted by relevance
34 lua_State *L=lua_open(); in main()
193 L=lua_open(); in main()
380 lua_State *L = lua_open(); /* create state */ in main()
287 #define lua_open() luaL_newstate() macro
16 + user supplies memory allocator (lua_open becomes lua_newstate).
919 lua_State *lua = lua_open(); in scriptingInit()