Searched refs:hookcount (Results 1 – 6 of 6) sorted by relevance
19 #define resethookcount(L) (L->hookcount = L->basehookcount)
171 int hookcount; member
62 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()
21 #define resethookcount(L) (L->hookcount = L->basehookcount)
330 int hookcount; member
939 counthook = (mask & LUA_MASKCOUNT) && (--L->hookcount == 0); in luaG_traceexec()965 L->hookcount = 1; /* undo decrement to zero */ in luaG_traceexec()