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

/freebsd-13-stable/contrib/lua/src/
H A Dlvm.c1053 #define updatetrap(ci) (trap = ci->u.l.trap) macro
1062 ** Execute a jump instruction. The 'updatetrap' allows signals to stop
1065 #define dojump(ci,i,e) { pc += GETARG_sJ(i) + e; updatetrap(ci); }
1096 #define Protect(exp) (savestate(L,ci), (exp), updatetrap(ci))
1099 #define ProtectNT(exp) (savepc(L), (exp), updatetrap(ci))
1110 updatetrap(ci)); \
1623 updatetrap(ci); /* C call; nothing else to be done */
1655 updatetrap(ci);
1659 updatetrap(ci); /* 'luaD_poscall' can change hooks */
1676 updatetrap(c
[all...]

Completed in 35 milliseconds