Home
last modified time | relevance | path

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

/dports/math/gh-bc/bc-5.2.1/include/
H A Dvm.h189 #define BC_SIGINT (vm.flags & BC_FLAG_SIGINT) macro
/dports/math/gh-bc/bc-5.2.1/src/
H A Dvm.c115 if (sig == SIGINT && BC_SIGINT && BC_I) {
H A Dhistory.c1483 if (!BC_SIGINT) { in bc_history_edit()