Home
last modified time | relevance | path

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

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