Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dopt.h47 typedef struct BcOpt struct
64 } BcOpt; argument
106 bc_opt_init(BcOpt* o, const char** argv);
116 bc_opt_parse(BcOpt* o, const BcOptLong* longopts);
/freebsd/contrib/bc/src/
H A Dopt.c143 bc_opt_parseShort(BcOpt* o, const BcOptLong* longopts) in bc_opt_parseShort()
290 bc_opt_parse(BcOpt* o, const BcOptLong* longopts) in bc_opt_parse()
388 bc_opt_init(BcOpt* o, const char* argv[]) in bc_opt_init()
H A Dargs.c158 BcOpt opts; in bc_args()