Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dvm.h258 (BC_IS_BC ? BC_DEFAULT_EXPR_EXIT : DC_DEFAULT_EXPR_EXIT)
367 #define BC_VM_EXPR_EXIT_DEF (DC_DEFAULT_EXPR_EXIT)
H A Dstatus.h411 #ifndef DC_DEFAULT_EXPR_EXIT
412 #define DC_DEFAULT_EXPR_EXIT (1) macro
/freebsd/contrib/bc/
H A DMakefile.in162 DC_DEFAULT_EXPR_EXIT = %%DC_DEFAULT_EXPR_EXIT%%
201 DC_DEFS4 = -DDC_DEFAULT_EXPR_EXIT=$(DC_DEFAULT_EXPR_EXIT)
/freebsd/contrib/bc/src/
H A Dvm.c293 const char* const expr = DC_DEFAULT_EXPR_EXIT ? "to exit" :