Searched refs:lua_newstate (Results 1 – 3 of 3) sorted by relevance
77 addbuff(buff, p, &lua_newstate); /* public function */ in luai_makeseed()385 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() function
153 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
1038 lua_State *L = lua_newstate(l_alloc, NULL); in luaL_newstate()