Searched refs:luaL_newstate (Results 1 – 7 of 7) sorted by relevance
41 lua_State* raw_state = luaL_newstate(); in ATF_TEST_CASE_BODY()
244 lua_State* lua = luaL_newstate(); in state()
57 Lua::Lua() : m_lua_state(luaL_newstate()) { in Lua()
100 LUALIB_API lua_State *(luaL_newstate) (void); variable
625 lua_State *L = luaL_newstate(); /* create state */ in main()
203 L=luaL_newstate(); in main()
1065 LUALIB_API lua_State *luaL_newstate (void) { in luaL_newstate() function