Searched refs:shortopt (Results 1 – 2 of 2) sorted by relevance
/tools/lib/subcmd/ |
D | parse-options.c | 991 find_option(struct option *opts, int shortopt, const char *longopt) in find_option() argument 994 if ((shortopt && opts->short_name == shortopt) || in find_option() 1002 void set_option_flag(struct option *opts, int shortopt, const char *longopt, in set_option_flag() argument 1005 struct option *opt = find_option(opts, shortopt, longopt); in set_option_flag() 1012 void set_option_nobuild(struct option *opts, int shortopt, in set_option_nobuild() argument 1017 struct option *opt = find_option(opts, shortopt, longopt); in set_option_nobuild()
|
D | parse-options.h | 241 void set_option_nobuild(struct option *opts, int shortopt, const char *longopt,
|