Home
last modified time | relevance | path

Searched refs:hookcount (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDldebug.h19 #define resethookcount(L) (L->hookcount = L->basehookcount)
HDlstate.h171 int hookcount; member
HDlvm.c62 int counthook = ((mask & LUA_MASKCOUNT) && L->hookcount == 0); in traceexec()
83 L->hookcount = 1; /* undo decrement to zero */ in traceexec()
610 (--L->hookcount == 0 || L->hookmask & LUA_MASKLINE)) { in luaV_execute()
/freebsd-13-stable/contrib/lua/src/
HDldebug.h21 #define resethookcount(L) (L->hookcount = L->basehookcount)
HDlstate.h293 int hookcount; member
HDldebug.c820 counthook = (--L->hookcount == 0 && (mask & LUA_MASKCOUNT)); in luaG_traceexec()
845 L->hookcount = 1; /* undo decrement to zero */ in luaG_traceexec()