Searched refs:BC_OPT_REQUIRED (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bc/src/ |
H A D | data.c | 145 { "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 D | opt.c | 214 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 D | opt.h | 73 BC_OPT_REQUIRED, enumerator
|