Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlstate.c93 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 Dlapi.c1317 EXPORT_SYMBOL(lua_newstate);
/freebsd-13.1/stand/common/
H A Dinterp_lua.c115 luap = lua_newstate(interp_lua_realloc, NULL); in interp_init()
/freebsd-13.1/contrib/lua/src/
H A Dlstate.c77 addbuff(buff, p, &lua_newstate); /* public function */ in luai_makeseed()
349 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() function
H A Dlua.h153 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
H A Dlauxlib.c1066 lua_State *L = lua_newstate(l_alloc, NULL); in luaL_newstate()
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h131 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzcp.c1061 state = lua_newstate(zcp_lua_alloc, &allocargs); in zcp_eval()