Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dldo.c926 lu_byte old_allowhooks = L->allowhook; in luaD_closeprotected() local
935 L->allowhook = old_allowhooks; in luaD_closeprotected()
950 lu_byte old_allowhooks = L->allowhook; in luaD_pcall() local
956 L->allowhook = old_allowhooks; in luaD_pcall()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.c687 lu_byte old_allowhooks = L->allowhook; in luaD_pcall() local
697 L->allowhook = old_allowhooks; in luaD_pcall()