Home
last modified time | relevance | path

Searched refs:BC_OPT_REQUIRED (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bc/src/
H A Ddata.c145 { "expression", BC_OPT_REQUIRED, 'e' },
146 { "file", BC_OPT_REQUIRED, 'f' },
149 { "ibase", BC_OPT_REQUIRED, 'I' },
152 { "obase", BC_OPT_REQUIRED, 'O' },
156 { "scale", BC_OPT_REQUIRED, 'S' },
158 { "seed", BC_OPT_REQUIRED, 'E' },
H A Dopt.c214 case BC_OPT_REQUIRED: in bc_opt_parseShort()
358 else if (longopts[i].type == BC_OPT_REQUIRED || in bc_opt_parse()
/freebsd/contrib/bc/include/
H A Dopt.h73 BC_OPT_REQUIRED, enumerator