Home
last modified time | relevance | path

Searched refs:BC_SIGINT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bc/include/
H A Dvm.h188 #define BC_SIGINT (vm->flags & BC_FLAG_SIGINT) macro
/freebsd/contrib/bc/src/
H A Dvm.c156 if (sig == SIGINT && BC_SIGINT && BC_I)
H A Dhistory.c1873 if (!BC_SIGINT) in bc_history_edit()