Lines Matching refs:option
55 struct option;
56 typedef int parse_opt_cb(const struct option *, const char *arg, int unset);
101 struct option { struct
115 const struct option *parent; argument
175 const struct option *options,
179 const struct option *options,
184 const struct option *options);
187 const struct option *options,
210 const struct option *excl_opt;
215 const struct option *opts,
221 extern int parse_opt_abbrev_cb(const struct option *, const char *, int);
222 extern int parse_opt_approxidate_cb(const struct option *, const char *, int);
223 extern int parse_opt_verbosity_cb(const struct option *, const char *, int);
240 void set_option_flag(struct option *opts, int sopt, const char *lopt, int flag);
241 void set_option_nobuild(struct option *opts, int shortopt, const char *longopt,