Home
last modified time | relevance | path

Searched refs:luaD_hook (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldo.h31 LUAI_FUNC void luaD_hook (lua_State *L, int event, int line);
H A Dldo.c227 void luaD_hook (lua_State *L, int event, int line) { in luaD_hook() function
262 luaD_hook(L, hook, -1); in callhook()
327 luaD_hook(L, LUA_HOOKCALL, -1); in luaD_precall()
379 luaD_hook(L, LUA_HOOKRET, -1); in luaD_poscall()
H A Dlvm.c71 luaD_hook(L, LUA_HOOKCOUNT, -1); /* call count hook */ in traceexec()
79 luaD_hook(L, LUA_HOOKLINE, newline); /* call line hook */ in traceexec()
/freebsd-12.1/contrib/lua/src/
H A Dldo.h41 LUAI_FUNC void luaD_hook (lua_State *L, int event, int line);
H A Dldo.c253 void luaD_hook (lua_State *L, int event, int line) { in luaD_hook() function
288 luaD_hook(L, hook, -1); in callhook()
382 luaD_hook(L, LUA_HOOKRET, -1); in luaD_poscall()
432 luaD_hook(L, LUA_HOOKCALL, -1); in luaD_precall()
H A Dldebug.c679 luaD_hook(L, LUA_HOOKCOUNT, -1); /* call count hook */ in luaG_traceexec()
687 luaD_hook(L, LUA_HOOKLINE, newline); /* call line hook */ in luaG_traceexec()