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.h187 #define BC_SIGINT (vm->flags & BC_FLAG_SIGINT) macro
/freebsd/contrib/bc/src/
H A Dvm.c138 if (sig == SIGINT && BC_SIGINT && BC_I)
H A Dhistory.c1874 if (!BC_SIGINT) in bc_history_edit()