Home
last modified time | relevance | path

Searched refs:basehookcount (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstate.c91 L->basehookcount = 0; in preinit_state()
126 L1->basehookcount = L->basehookcount; in luaE_newthread()
H A Dldebug.h18 #define resethookcount(L) (L->hookcount = L->basehookcount)
H A Dlstate.h118 int basehookcount; member
H A Dldebug.c62 L->basehookcount = count; in lua_sethook()
80 return L->basehookcount; in lua_gethookcount()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldebug.h19 #define resethookcount(L) (L->hookcount = L->basehookcount)
H A Dlstate.c210 L->basehookcount = 0; in preinit_state()
244 L1->basehookcount = L->basehookcount; in lua_newthread()
H A Dlstate.h170 int basehookcount; member
H A Dldebug.c67 L->basehookcount = count; in lua_sethook()
85 return L->basehookcount; in lua_gethookcount()