Home
last modified time | relevance | path

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

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