Searched refs:lua_newstate (Results 1 – 4 of 4) sorted by relevance
81 addbuff(buff, p, &lua_newstate); /* public function */ in luai_makeseed()364 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() function
167 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
1114 lua_State *L = lua_newstate(l_alloc, NULL); in luaL_newstate()
691 K->L = lua_newstate(f, ud); in klua_newstate()