Searched refs:shortOption (Results 1 – 2 of 2) sorted by relevance
1092 if (e.shortOption != '\0') { in getShortOptions()1093 ss << e.shortOption; in getShortOptions()1130 if (c == e.shortOption) found = &e; in parseArgs()1226 if (e.shortOption != '\0') in usage()1227 err() << "-" << e.shortOption << e.getHelpMessageForArgument(); in usage()1228 if (e.shortOption != '\0' && !e.longOption.empty()) in usage()
70 char shortOption; member