Home
last modified time | relevance | path

Searched refs:DC_DEFAULT_SIGINT_RESET (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bc/include/
H A Dvm.h286 (BC_IS_BC ? BC_DEFAULT_SIGINT_RESET : DC_DEFAULT_SIGINT_RESET)
391 #define BC_VM_SIGINT_RESET_DEF (DC_DEFAULT_SIGINT_RESET)
H A Dstatus.h395 #ifndef DC_DEFAULT_SIGINT_RESET
396 #define DC_DEFAULT_SIGINT_RESET (1) macro
/freebsd/contrib/bc/
H A DMakefile.in156 DC_DEFAULT_SIGINT_RESET = %%DC_DEFAULT_SIGINT_RESET%%
198 DC_DEFS1 = -DDC_DEFAULT_SIGINT_RESET=$(DC_DEFAULT_SIGINT_RESET)
/freebsd/contrib/bc/src/
H A Dvm.c287 const char* const sigint = DC_DEFAULT_SIGINT_RESET ? "to reset" :