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

/freebsd-12-stable/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) { function
262 luaD_hook(L, hook, -1);
327 luaD_hook(L, LUA_HOOKCALL, -1);
379 luaD_hook(L, LUA_HOOKRET, -1);
601 return 0; /* return to 'luaD_hook' */
H A Dlvm.c71 luaD_hook(L, LUA_HOOKCOUNT, -1); /* call count hook */
79 luaD_hook(L, LUA_HOOKLINE, newline); /* call line hook */
/freebsd-12-stable/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) { function
288 luaD_hook(L, hook, -1);
382 luaD_hook(L, LUA_HOOKRET, -1);
432 luaD_hook(L, LUA_HOOKCALL, -1);
717 return 0; /* return to 'luaD_hook' */
H A Dldebug.c79 ** always checked before being called (see 'luaD_hook').
680 luaD_hook(L, LUA_HOOKCOUNT, -1); /* call count hook */
688 luaD_hook(L, LUA_HOOKLINE, newline); /* call line hook */

Completed in 68 milliseconds