Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dldo.h33 LUAI_FUNC void luaD_hook (lua_State *L, int event, int line);
H A Dldo.c236 void luaD_hook (lua_State *L, int event, int line) { in luaD_hook() function
271 luaD_hook(L, hook, -1); in callhook()
339 luaD_hook(L, LUA_HOOKCALL, -1); in luaD_precall()
393 luaD_hook(L, LUA_HOOKRET, -1); in luaD_poscall()
H A Dldebug.c659 luaD_hook(L, LUA_HOOKCOUNT, -1); /* call count hook */ in luaG_traceexec()
667 luaD_hook(L, LUA_HOOKLINE, newline); /* call line hook */ in luaG_traceexec()