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

/freebsd-12-stable/contrib/bc/include/
H A Dopt.h60 typedef struct BcOptLong { struct
64 } BcOptLong; typedef in typeref:struct:BcOptLong
68 int bc_opt_parse(BcOpt *o, const BcOptLong *longopts);
/freebsd-12-stable/contrib/bc/src/
H A Dopt.c50 static inline bool bc_opt_longoptsEnd(const BcOptLong *longopts, size_t i) {
54 static const char* bc_opt_longopt(const BcOptLong *longopts, int c) {
70 static int bc_opt_type(const BcOptLong *longopts, char c) {
83 static int bc_opt_parseShort(BcOpt *o, const BcOptLong *longopts) {
174 int bc_opt_parse(BcOpt *o, const BcOptLong *longopts) {
H A Dargs.c51 static const BcOptLong bc_args_lopt[] = {

Completed in 62 milliseconds