Searched refs:hookcount (Results 1 – 3 of 3) sorted by relevance
18 #define resethookcount(L) (L->hookcount = L->basehookcount)
169 int hookcount; member
63 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()