Searched refs:BcOptLong (Results 1 – 3 of 3) sorted by relevance
60 typedef struct BcOptLong { struct64 } BcOptLong; typedef68 int bc_opt_parse(BcOpt *o, const BcOptLong *longopts);
50 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()
51 static const BcOptLong bc_args_lopt[] = {