Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dstatus.h704 #define BC_SIG_INTERRUPT(vm) \ macro
707 #define BC_SIG_INTERRUPT(vm) BC_UNLIKELY((vm)->sig != 0) macro
/freebsd/contrib/bc/src/
H A Dprogram.c3003 if (BC_SIG_INTERRUPT(vm)) in bc_program_reset()
3733 if (BC_SIG_INTERRUPT(vm)) in bc_program_exec()