Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dldo.c930 lu_byte old_allowhooks = L->allowhook; in luaD_closeprotected() local
939 L->allowhook = old_allowhooks; in luaD_closeprotected()
954 lu_byte old_allowhooks = L->allowhook; in luaD_pcall() local
960 L->allowhook = old_allowhooks; in luaD_pcall()