Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldebug.h18 #define resethookcount(L) (L->hookcount = L->basehookcount)
H A Dlstate.h170 int hookcount; member
H A Dlvm.c61 int counthook = ((mask & LUA_MASKCOUNT) && L->hookcount == 0); in traceexec()
82 L->hookcount = 1; /* undo decrement to zero */ in traceexec()
609 (--L->hookcount == 0 || L->hookmask & LUA_MASKLINE)) { in luaV_execute()
/freebsd/contrib/lua/src/
H A Dldebug.h21 #define resethookcount(L) (L->hookcount = L->basehookcount)
H A Dlstate.h330 int hookcount; member
H A Dldebug.c891 counthook = (--L->hookcount == 0 && (mask & LUA_MASKCOUNT)); in luaG_traceexec()
917 L->hookcount = 1; /* undo decrement to zero */ in luaG_traceexec()