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.h687 #define BC_SIG_INTERRUPT(vm) \ macro
690 #define BC_SIG_INTERRUPT(vm) BC_UNLIKELY((vm)->sig != 0) macro
/freebsd/contrib/bc/src/
H A Dprogram.c3008 if (BC_SIG_INTERRUPT(vm)) in bc_program_reset()
3738 if (BC_SIG_INTERRUPT(vm)) in bc_program_exec()