Home
last modified time | relevance | path

Searched refs:lua_newstate (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.c94 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
H A Dlua.h130 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
/freebsd-12.1/stand/common/
H A Dinterp_lua.c110 luap = lua_newstate(interp_lua_realloc, NULL); in interp_init()
/freebsd-12.1/contrib/lua/src/
H A Dlstate.c88 addbuff(buff, p, &lua_newstate); /* public function */ in makeseed()
295 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() function
H A Dlua.h145 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
H A Dlauxlib.c1027 lua_State *L = lua_newstate(l_alloc, NULL); in luaL_newstate()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp.c1054 state = lua_newstate(zcp_lua_alloc, &allocargs); in zcp_eval()