Home
last modified time | relevance | path

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

/external/lua/src/
Dldebug.h18 #define resethookcount(L) (L->hookcount = L->basehookcount) macro
Dlstate.c234 resethookcount(L); in preinit_thread()
274 resethookcount(L1); in lua_newthread()
Dldebug.c90 resethookcount(L); in lua_sethook()
671 resethookcount(L); /* reset count */ in luaG_traceexec()