Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dldo.h68 LUAI_FUNC void luaD_hook (lua_State *L, int event, int line,
H A Dldo.c332 void luaD_hook (lua_State *L, int event, int line, in luaD_hook() function
380 luaD_hook(L, event, -1, 1, p->numparams); in luaD_hookcall()
403 luaD_hook(L, LUA_HOOKRET, -1, ftransfer, nres); /* call it */ in rethook()
530 luaD_hook(L, LUA_HOOKCALL, -1, 1, narg); in precallC()
H A Dldebug.c907 luaD_hook(L, LUA_HOOKCOUNT, -1, 0, 0); /* call count hook */ in luaG_traceexec()
915 luaD_hook(L, LUA_HOOKLINE, newline, 0, 0); /* call line hook */ in luaG_traceexec()