Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dldblib.c404 lua_Hook hook = lua_gethook(L1); in db_gethook()
H A Dlua.h492 LUA_API lua_Hook (lua_gethook) (lua_State *L);
H A Dldebug.c149 LUA_API lua_Hook lua_gethook (lua_State *L) { in lua_gethook() function