Searched refs:shortopt (Results 1 – 1 of 1) sorted by relevance
856 void set_option_flag(struct option *opts, int shortopt, const char *longopt, in set_option_flag() argument860 if ((shortopt && opts->short_name == shortopt) || in set_option_flag()