Searched refs:bc_opt_parse (Results 1 – 3 of 3) sorted by relevance
68 int bc_opt_parse(BcOpt *o, const BcOptLong *longopts);
106 while ((c = bc_opt_parse(&opts, bc_args_lopt)) != -1) { in bc_args()
174 int bc_opt_parse(BcOpt *o, const BcOptLong *longopts) { in bc_opt_parse() function