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

/freebsd-12-stable/contrib/bc/include/
H A Dopt.h55 BC_OPT_REQUIRED, enumerator in enum:BcOptType
/freebsd-12-stable/contrib/bc/src/
H A Dargs.c53 { "expression", BC_OPT_REQUIRED, 'e' },
54 { "file", BC_OPT_REQUIRED, 'f' },
H A Dopt.c131 case BC_OPT_REQUIRED:
229 else if (longopts[i].type == BC_OPT_REQUIRED) {

Completed in 122 milliseconds