Searched refs:LongOptionsUseDoubleDash (Results 1 – 2 of 2) sorted by relevance
176 bool LongOptionsUseDoubleDash = false);423 bool LongOptionsUseDoubleDash, bool HaveDoubleDash) { in LookupLongOption() argument425 if (Opt && LongOptionsUseDoubleDash && !HaveDoubleDash && !isGrouping(Opt)) in LookupLongOption()1450 bool LongOptionsUseDoubleDash) { in ParseCommandLineOptions() argument1471 Errs, LongOptionsUseDoubleDash); in ParseCommandLineOptions()1495 bool LongOptionsUseDoubleDash) { in ParseCommandLineOptions() argument1655 LongOptionsUseDoubleDash, HaveDoubleDash); in ParseCommandLineOptions()1669 LongOptionsUseDoubleDash, HaveDoubleDash); in ParseCommandLineOptions()1672 if (!Handler && !(LongOptionsUseDoubleDash && HaveDoubleDash)) in ParseCommandLineOptions()
73 bool LongOptionsUseDoubleDash = false);