Home
last modified time | relevance | path

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

/freebsd/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.c1295 EXPORT_SYMBOL(lua_newstate);
/freebsd/contrib/lua/src/
H A Dltests.h105 #define luaL_newstate() lua_newstate(debug_realloc, &l_memcontrol)
H A Dlstate.c77 addbuff(buff, p, &lua_newstate); /* public function */ in luai_makeseed()
363 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() function
H A Dlua.h163 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
H A Dltests.c1153 lua_State *L1 = lua_newstate(f, ud); in newstate()
1262 L1 = lua_newstate(f, ud); /* create new state */ in checkpanic()
H A Dlauxlib.c1109 lua_State *L = lua_newstate(l_alloc, NULL); in luaL_newstate()
/freebsd/stand/common/
H A Dinterp_lua.c117 luap = lua_newstate(interp_lua_realloc, NULL); in interp_preinit()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h131 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp.c1061 state = lua_newstate(zcp_lua_alloc, &allocargs); in zcp_eval()