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