Searched refs:lua_newstate (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/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 | 1317 EXPORT_SYMBOL(lua_newstate);
|
| /freebsd-13.1/stand/common/ |
| H A D | interp_lua.c | 115 luap = lua_newstate(interp_lua_realloc, NULL); in interp_init()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lstate.c | 77 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 D | lua.h | 153 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
|
| H A D | lauxlib.c | 1066 lua_State *L = lua_newstate(l_alloc, NULL); in luaL_newstate()
|
| /freebsd-13.1/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-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 1061 state = lua_newstate(zcp_lua_alloc, &allocargs); in zcp_eval()
|