Home
last modified time | relevance | path

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

/external/lua/src/
Dldebug.h21 #define resethookcount(L) (L->hookcount = L->basehookcount) macro
Dlstate.c300 resethookcount(L); in preinit_thread()
342 resethookcount(L1); in lua_newthread()
Dldebug.c142 resethookcount(L); in lua_sethook()
822 resethookcount(L); /* reset count */ in luaG_traceexec()