Searched refs:luaL_newstate (Results 1 – 8 of 8) sorted by relevance
41 lua_State* raw_state = luaL_newstate(); in ATF_TEST_CASE_BODY()
244 lua_State* lua = luaL_newstate(); in state()
105 #define luaL_newstate() lua_newstate(debug_realloc, &l_memcontrol) macro
101 LUALIB_API lua_State *(luaL_newstate) (void); variable
664 lua_State *L = luaL_newstate(); /* create state */ in main()
202 L=luaL_newstate(); in main()
1094 LUALIB_API lua_State *luaL_newstate (void) { in luaL_newstate() function
34 Lua::Lua() : m_lua_state(luaL_newstate()) { in Lua()