Home
last modified time | relevance | path

Searched refs:luaL_newstate (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/lutok/
H A Dc_gate_test.cpp41 lua_State* raw_state = luaL_newstate(); in ATF_TEST_CASE_BODY()
H A Dstate.cpp244 lua_State* lua = luaL_newstate(); in state()
/freebsd/contrib/lua/src/
H A Dltests.h105 #define luaL_newstate() lua_newstate(debug_realloc, &l_memcontrol) macro
H A Dlauxlib.h101 LUALIB_API lua_State *(luaL_newstate) (void); variable
H A Dlua.c664 lua_State *L = luaL_newstate(); /* create state */ in main()
H A Dluac.c202 L=luaL_newstate(); in main()
H A Dlauxlib.c1094 LUALIB_API lua_State *luaL_newstate (void) { in luaL_newstate() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp34 Lua::Lua() : m_lua_state(luaL_newstate()) { in Lua()