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

/netbsd-current/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, function
380 luaD_hook(L, event, -1, 1, p->numparams);
403 luaD_hook(L, LUA_HOOKRET, -1, ftransfer, nres); /* call it */
530 luaD_hook(L, LUA_HOOKCALL, -1, 1, narg);
902 return 0; /* return to 'luaD_hook' */
H A Dldebug.c133 ** before being called (see 'luaD_hook').
907 luaD_hook(L, LUA_HOOKCOUNT, -1, 0, 0); /* call count hook */
915 luaD_hook(L, LUA_HOOKLINE, newline, 0, 0); /* call line hook */

Completed in 211 milliseconds