Searched refs:lua_newstate (Results 1 – 8 of 8) sorted by relevance
93 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
1317 EXPORT_SYMBOL(lua_newstate);
143 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() function
110 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
648 lua_State *L = lua_newstate(l_alloc, NULL); in luaL_newstate()
131 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
16 + user supplies memory allocator (lua_open becomes lua_newstate).
1060 state = lua_newstate(zcp_lua_alloc, &allocargs); in zcp_eval()