Searched refs:lua_newstate (Results 1 – 3 of 3) sorted by relevance
94 addbuff(buff, p, &lua_newstate); /* public function */ in makeseed()264 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() function
130 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
1053 state = lua_newstate(zcp_lua_alloc, &allocargs); in zcp_eval()