Lines Matching refs:option
46 struct option;
47 typedef int parse_opt_cb(const struct option *, const char *arg, int unset);
92 struct option { struct
154 const struct option *options,
158 const struct option *options,
163 const struct option *options);
166 const struct option *options,
189 const struct option *excl_opt;
194 const struct option *opts,
202 const struct option *options,
209 extern int parse_opt_abbrev_cb(const struct option *, const char *, int);
210 extern int parse_opt_approxidate_cb(const struct option *, const char *, int);
211 extern int parse_opt_verbosity_cb(const struct option *, const char *, int);
228 void set_option_flag(struct option *opts, int sopt, const char *lopt, int flag);