Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldebug.h18 #define resethookcount(L) (L->hookcount = L->basehookcount)
H A Dlstate.h169 int hookcount; member
H A Dlvm.c63 int counthook = ((mask & LUA_MASKCOUNT) && L->hookcount == 0); in traceexec()
84 L->hookcount = 1; /* undo decrement to zero */ in traceexec()
609 (--L->hookcount == 0 || L->hookmask & LUA_MASKLINE)) { in luaV_execute()