Searched refs:has_short_option (Results 1 – 1 of 1) sorted by relevance
430 const bool has_short_option = isprint8(opt_def.short_option) != 0; in PrintOption() local432 if (display_type == eDisplayShortOption && !has_short_option) in PrintOption()440 const bool show_short_option = has_short_option && display_type != eDisplayLongOption; in PrintOption()