Searched refs:shortOption (Results 1 – 2 of 2) sorted by relevance
1083 if (e.shortOption != '\0') { in getShortOptions()1084 ss << e.shortOption; in getShortOptions()1121 if (c == e.shortOption) found = &e; in parseArgs()1217 if (e.shortOption != '\0') in usage()1218 err() << "-" << e.shortOption << e.getHelpMessageForArgument(); in usage()1219 if (e.shortOption != '\0' && !e.longOption.empty()) in usage()
68 char shortOption; member