Searched refs:shortopt (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/tools/lib/subcmd/ |
D | parse-options.c | 1005 find_option(struct option *opts, int shortopt, const char *longopt) in find_option() argument 1008 if ((shortopt && opts->short_name == shortopt) || in find_option() 1016 void set_option_flag(struct option *opts, int shortopt, const char *longopt, in set_option_flag() argument 1019 struct option *opt = find_option(opts, shortopt, longopt); in set_option_flag() 1026 void set_option_nobuild(struct option *opts, int shortopt, in set_option_nobuild() argument 1031 struct option *opt = find_option(opts, shortopt, longopt); in set_option_nobuild()
|
D | parse-options.h | 240 void set_option_nobuild(struct option *opts, int shortopt, const char *longopt,
|