Searched refs:lua_Hook (Results 1 – 5 of 5) sorted by relevance
454 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar); typedef468 LUA_API void (lua_sethook) (lua_State *L, lua_Hook func, int mask, int count);469 LUA_API lua_Hook (lua_gethook) (lua_State *L);
353 lua_Hook func; in db_sethook()388 lua_Hook hook = lua_gethook(L1); in db_gethook()
167 lua_Hook hook;
78 LUA_API void lua_sethook (lua_State *L, lua_Hook func, int mask, int count) { in lua_sethook()92 LUA_API lua_Hook lua_gethook (lua_State *L) { in lua_gethook()
237 lua_Hook hook = L->hook; in luaD_hook()