Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldebug.h18 #define resethookcount(L) (L->hookcount = L->basehookcount) macro
H A Dlstate.c211 resethookcount(L); in preinit_state()
245 resethookcount(L1); in lua_newthread()
H A Dldebug.c67 resethookcount(L); in lua_sethook()
H A Dlvm.c63 resethookcount(L); /* reset count */ in traceexec()
/freebsd/contrib/lua/src/
H A Dldebug.h21 #define resethookcount(L) (L->hookcount = L->basehookcount) macro
H A Dlstate.c261 resethookcount(L); in preinit_thread()
302 resethookcount(L1); in lua_newthread()
H A Dldebug.c138 resethookcount(L); in lua_sethook()
893 resethookcount(L); /* reset count */ in luaG_traceexec()