Searched refs:allowhook (Results 1 - 10 of 10) sorted by relevance

/external/skia/third_party/lua/src/
H A Dldo.c219 if (hook && L->allowhook) {
230 L->allowhook = 0; /* cannot call hooks inside a hook */
235 lua_assert(!L->allowhook);
236 L->allowhook = 1;
463 L->allowhook = ci->u.c.old_allowhook;
591 lu_byte old_allowhooks = L->allowhook;
601 L->allowhook = old_allowhooks;
H A Dlstate.h167 lu_byte allowhook; member in struct:lua_State
H A Dlstate.c212 L->allowhook = 1;
H A Dlgc.c810 lu_byte oldah = L->allowhook;
812 L->allowhook = 0; /* stop debug hooks during GC metamethod */
818 L->allowhook = oldah; /* restore hooks */
H A Dlapi.c957 ci->u.c.old_allowhook = L->allowhook;
/external/syslinux/com32/lua/src/
H A Dldo.c219 if (hook && L->allowhook) {
230 L->allowhook = 0; /* cannot call hooks inside a hook */
235 lua_assert(!L->allowhook);
236 L->allowhook = 1;
470 L->allowhook = ci->u.c.old_allowhook;
599 lu_byte old_allowhooks = L->allowhook;
609 L->allowhook = old_allowhooks;
H A Dlstate.h167 lu_byte allowhook; member in struct:lua_State
H A Dlstate.c219 L->allowhook = 1;
H A Dlgc.c817 lu_byte oldah = L->allowhook;
819 L->allowhook = 0; /* stop debug hooks during GC metamethod */
825 L->allowhook = oldah; /* restore hooks */
H A Dlapi.c957 ci->u.c.old_allowhook = L->allowhook;

Completed in 188 milliseconds