Home
last modified time | relevance | path

Searched refs:BC_IS_DC (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/bc/include/
H A Dargs.h65 #define BC_ARGS_SHOULD_BE_QUIET (BC_IS_DC || vm->exprs.len > 1)
77 #define BC_ARGS_SHOULD_BE_QUIET (BC_IS_DC)
H A Dvm.h241 #define BC_IS_DC (vm->name[0] == 'd') macro
296 #define BC_IS_DC (0) macro
351 #define BC_IS_DC (1) macro
/freebsd/contrib/bc/src/
H A Dopt.c169 if (type == -1 || (type == BC_OPT_BC_ONLY && BC_IS_DC) || in bc_opt_parseShort()
203 if (BC_IS_DC) in bc_opt_parseShort()
342 if ((longopts[i].type == BC_OPT_BC_ONLY && BC_IS_DC) || in bc_opt_parse()
343 (longopts[i].type == BC_OPT_REQUIRED_BC_ONLY && BC_IS_DC) || in bc_opt_parse()
H A Dprogram.c484 if (BC_IS_DC) in bc_program_binPrep()
599 if (BC_IS_DC) in bc_program_prep()
832 if (BC_IS_DC) in bc_program_read()
907 if (!len && BC_IS_DC) in bc_program_printString()
972 if (BC_IS_DC) in bc_program_print()
1232 if (BC_IS_DC) in bc_program_copyToVar()
1386 if (BC_ENABLE_EXTRA_MATH && obase && (BC_IS_DC || !BC_IS_POSIX)) in bc_program_assignBuiltin()
1624 if (BC_IS_DC && (pop || copy)) in bc_program_pushVar()
1983 if (BC_IS_DC && BC_ERR(!BC_PROG_STACK(&p->results, 1))) in bc_program_builtin()
2187 if (BC_IS_DC && BC_ERR(!BC_PROG_STACK(&p->results, 3))) in bc_program_modexp()
[all …]
H A Dargs.c342 assert(BC_IS_DC); in bc_args()
H A Dvm.c263 if (BC_IS_DC)
987 if (BC_IS_DC)
1042 if (BC_IS_DC || !BC_PARSE_NO_EXEC(&vm->prs)) bc_program_exec(&vm->prog);
1044 assert(BC_IS_DC || vm->prog.results.len == 0);