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

/freebsd-12-stable/contrib/bc/include/
H A Dopt.h45 typedef struct BcOpt { struct
51 } BcOpt; typedef in typeref:struct:BcOpt
66 void bc_opt_init(BcOpt *o, char **argv);
68 int bc_opt_parse(BcOpt *o, const BcOptLong *longopts);
/freebsd-12-stable/contrib/bc/src/
H A Dopt.c83 static int bc_opt_parseShort(BcOpt *o, const BcOptLong *longopts) {
174 int bc_opt_parse(BcOpt *o, const BcOptLong *longopts) {
247 void bc_opt_init(BcOpt *o, char *argv[]) {
H A Dargs.c100 BcOpt opts;

Completed in 63 milliseconds