Home
last modified time | relevance | path

Searched refs:LUA_HOOKRET (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua.h312 #define LUA_HOOKRET 1 macro
322 #define LUA_MASKRET (1 << LUA_HOOKRET)
H A Dldo.c334 luaD_callhook(L, LUA_HOOKRET, -1); in callrethooks()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h361 #define LUA_HOOKRET 1 macro
371 #define LUA_MASKRET (1 << LUA_HOOKRET)
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldo.c439 luaD_hook(L, LUA_HOOKRET, -1); in luaD_poscall()