shortopt          991 tools/lib/subcmd/parse-options.c find_option(struct option *opts, int shortopt, const char *longopt)
shortopt          994 tools/lib/subcmd/parse-options.c 		if ((shortopt && opts->short_name == shortopt) ||
shortopt         1002 tools/lib/subcmd/parse-options.c void set_option_flag(struct option *opts, int shortopt, const char *longopt,
shortopt         1005 tools/lib/subcmd/parse-options.c 	struct option *opt = find_option(opts, shortopt, longopt);
shortopt         1012 tools/lib/subcmd/parse-options.c void set_option_nobuild(struct option *opts, int shortopt,
shortopt         1017 tools/lib/subcmd/parse-options.c 	struct option *opt = find_option(opts, shortopt, longopt);
shortopt          241 tools/lib/subcmd/parse-options.h void set_option_nobuild(struct option *opts, int shortopt, const char *longopt,