Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.h18 #define resethookcount(L) (L->hookcount = L->basehookcount)
H A Dlstate.h119 int hookcount; member
H A Dlvm.c64 if ((mask & LUA_MASKCOUNT) && L->hookcount == 0) { in traceexec()
393 (--L->hookcount == 0 || L->hookmask & LUA_MASKLINE)) { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldebug.h19 #define resethookcount(L) (L->hookcount = L->basehookcount)
H A Dlstate.h171 int hookcount; member
H A Dlvm.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()