Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/bc/include/
Dvm.h177 #define BC_FLAG_SIGINT (UINTMAX_C(1)<<12) macro
186 #define BC_SIGINT (vm.flags & BC_FLAG_SIGINT)
/freebsd-12-stable/contrib/bc/src/
Dvm.c1346 bc_vm_setenvFlag(env_sigint, env_sigint_def, BC_FLAG_SIGINT);