Home
last modified time | relevance | path

Searched refs:oldnCcalls (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldo.c459 unsigned short oldnCcalls = L->nCcalls; in luaD_pcall() local
469 L->nCcalls = oldnCcalls; in luaD_pcall()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldo.c195 unsigned short oldnCcalls = L->nCcalls; in luaD_rawrunprotected() local
205 L->nCcalls = oldnCcalls; in luaD_rawrunprotected()