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
149 const struct option *options,
153 const struct option *options,
158 const struct option *options);
180 const struct option *excl_opt;
185 const struct option *opts,
193 const struct option *options,
200 extern int parse_opt_abbrev_cb(const struct option *, const char *, int);
201 extern int parse_opt_approxidate_cb(const struct option *, const char *, int);
202 extern int parse_opt_verbosity_cb(const struct option *, const char *, int);
219 void set_option_flag(struct option *opts, int sopt, const char *lopt, int flag);