Searched refs:lua_newstate (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lstate.c | 94 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 | lua.h | 130 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
|
| /freebsd-12.1/stand/common/ |
| H A D | interp_lua.c | 110 luap = lua_newstate(interp_lua_realloc, NULL); in interp_init()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lstate.c | 88 addbuff(buff, p, &lua_newstate); /* public function */ in makeseed() 295 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() function
|
| H A D | lua.h | 145 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
|
| H A D | lauxlib.c | 1027 lua_State *L = lua_newstate(l_alloc, NULL); in luaL_newstate()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | zcp.c | 1054 state = lua_newstate(zcp_lua_alloc, &allocargs); in zcp_eval()
|