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.c937 lu_byte old_allowhooks = L->allowhook; in luaD_closeprotected() local
946 L->allowhook = old_allowhooks; in luaD_closeprotected()
961 lu_byte old_allowhooks = L->allowhook; in luaD_pcall() local
967 L->allowhook = old_allowhooks; in luaD_pcall()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.c688 lu_byte old_allowhooks = L->allowhook; in luaD_pcall() local
698 L->allowhook = old_allowhooks; in luaD_pcall()