Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldebug.h18 #define resethookcount(L) (L->hookcount = L->basehookcount)
Dlstate.h169 int hookcount; member
Dlvm.c63 int counthook = ((mask & LUA_MASKCOUNT) && L->hookcount == 0); in traceexec()
84 L->hookcount = 1; /* undo decrement to zero */ in traceexec()
549 (--L->hookcount == 0 || L->hookmask & LUA_MASKLINE)) { in luaV_execute()