Searched defs:OptEntry (Results 1 – 1 of 1) sorted by relevance
1017 struct OptEntry { struct1018 const char opt;1019 const char *longOpt;1020 const ControlCmd cmd;1021 const OptHandler handler;1022 const bool needArg;1025 uint32_t count;