Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dldebug.h18 #define resethookcount(L) (L->hookcount = L->basehookcount)
Dlstate.h169 int hookcount; member
Dlvm.c86 int counthook = ((mask & LUA_MASKCOUNT) && L->hookcount == 0); in traceexec()
107 L->hookcount = 1; /* undo decrement to zero */ in traceexec()
572 (--L->hookcount == 0 || L->hookmask & LUA_MASKLINE)) { in luaV_execute()