Searched refs:lua_newstate (Results 1 – 3 of 3) sorted by relevance
96 addbuff(buff, p, &lua_newstate); /* public function */ in makeseed()266 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() function
938 lua_State *L = lua_newstate(l_alloc, NULL); in luaL_newstate()
131 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable