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

/freebsd-12-stable/stand/common/
H A Dinterp_lua.c113 luap = lua_newstate(interp_lua_realloc, NULL);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.c94 addbuff(buff, p, &lua_newstate); /* public function */
264 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { function
H A Dlua.h130 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud);
/freebsd-12-stable/contrib/lua/src/
H A Dlstate.c88 addbuff(buff, p, &lua_newstate); /* public function */
295 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { function
H A Dlua.h144 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud);
H A Dlauxlib.c1032 lua_State *L = lua_newstate(l_alloc, NULL);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp.c1061 state = lua_newstate(zcp_lua_alloc, &allocargs);

Completed in 168 milliseconds