Searched refs:lua_newstate (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lstate.c | 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
|
H A D | lapi.c | 1295 EXPORT_SYMBOL(lua_newstate);
|
/freebsd/contrib/lua/src/ |
H A D | ltests.h | 105 #define luaL_newstate() lua_newstate(debug_realloc, &l_memcontrol)
|
H A D | lstate.c | 77 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 D | lua.h | 163 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
|
H A D | ltests.c | 1153 lua_State *L1 = lua_newstate(f, ud); in newstate() 1262 L1 = lua_newstate(f, ud); /* create new state */ in checkpanic()
|
H A D | lauxlib.c | 1109 lua_State *L = lua_newstate(l_alloc, NULL); in luaL_newstate()
|
/freebsd/stand/common/ |
H A D | interp_lua.c | 117 luap = lua_newstate(interp_lua_realloc, NULL); in interp_preinit()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 131 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zcp.c | 1061 state = lua_newstate(zcp_lua_alloc, &allocargs); in zcp_eval()
|