Lines Matching refs:option
51 struct option;
52 typedef int parse_opt_cb(const struct option *, const char *arg, int unset);
97 struct option { struct
111 const struct option *parent; argument
174 const struct option *options,
178 const struct option *options,
183 const struct option *options);
186 const struct option *options,
209 const struct option *excl_opt;
214 const struct option *opts,
220 extern int parse_opt_abbrev_cb(const struct option *, const char *, int);
221 extern int parse_opt_approxidate_cb(const struct option *, const char *, int);
222 extern int parse_opt_verbosity_cb(const struct option *, const char *, int);
239 void set_option_flag(struct option *opts, int sopt, const char *lopt, int flag);
240 void set_option_nobuild(struct option *opts, int shortopt, const char *longopt,