Home
last modified time | relevance | path

Searched refs:BcOptLong (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bc/include/
H A Dopt.h87 typedef struct BcOptLong struct
98 } BcOptLong; argument
116 bc_opt_parse(BcOpt* o, const BcOptLong* longopts);
H A Dargs.h82 extern const BcOptLong bc_args_lopt[];
/freebsd/contrib/bc/src/
H A Dopt.c57 bc_opt_longoptsEnd(const BcOptLong* longopts, size_t i) in bc_opt_longoptsEnd()
69 bc_opt_longopt(const BcOptLong* longopts, int c) in bc_opt_longopt()
120 bc_opt_type(const BcOptLong* longopts, char c) in bc_opt_type()
143 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()
H A Ddata.c142 const BcOptLong bc_args_lopt[] = {