Home
last modified time | relevance | path

Searched refs:shortopt (Results 1 – 2 of 2) sorted by relevance

/linux/tools/lib/subcmd/
H A Dparse-options.c1017 find_option(struct option *opts, int shortopt, const char *longopt) in find_option() argument
1020 if ((shortopt && opts->short_name == shortopt) || in find_option()
1028 void set_option_flag(struct option *opts, int shortopt, const char *longopt, in set_option_flag() argument
1031 struct option *opt = find_option(opts, shortopt, longopt); in set_option_flag()
1038 void set_option_nobuild(struct option *opts, int shortopt, in set_option_nobuild() argument
1043 struct option *opt = find_option(opts, shortopt, longopt); in set_option_nobuild()
H A Dparse-options.h240 void set_option_nobuild(struct option *opts, int shortopt, const char *longopt,