allowhook 87 lib/lua/ldo.c L->allowhook = 1; allowhook 183 lib/lua/ldo.c if (hook && L->allowhook) { allowhook 196 lib/lua/ldo.c L->allowhook = 0; /* cannot call hooks inside a hook */ allowhook 200 lib/lua/ldo.c lua_assert(!L->allowhook); allowhook 201 lib/lua/ldo.c L->allowhook = 1; allowhook 461 lib/lua/ldo.c lu_byte old_allowhooks = L->allowhook; allowhook 473 lib/lua/ldo.c L->allowhook = old_allowhooks; allowhook 460 lib/lua/lgc.c lu_byte oldah = L->allowhook; allowhook 462 lib/lua/lgc.c L->allowhook = 0; /* stop debug hooks during GC tag method */ allowhook 468 lib/lua/lgc.c L->allowhook = oldah; /* restore hooks */ allowhook 92 lib/lua/lstate.c L->allowhook = 1; allowhook 117 lib/lua/lstate.h lu_byte allowhook;