Home
last modified time | relevance | path

Searched refs:BC_FLAG_SIGINT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bc/include/
H A Dvm.h173 #define BC_FLAG_SIGINT (UINTMAX_C(1) << 12) macro
188 #define BC_SIGINT (vm->flags & BC_FLAG_SIGINT)
/freebsd/contrib/bc/src/
H A Dvm.c1745 bc_vm_setenvFlag(env_sigint, env_sigint_def, BC_FLAG_SIGINT);