Searched refs:LongOptionsUseDoubleDash (Results 1 – 2 of 2) sorted by relevance
173 bool LongOptionsUseDoubleDash = false);394 bool LongOptionsUseDoubleDash, bool HaveDoubleDash) { in LookupLongOption() argument396 if (Opt && LongOptionsUseDoubleDash && !HaveDoubleDash && !isGrouping(Opt)) in LookupLongOption()1431 bool LongOptionsUseDoubleDash) { in ParseCommandLineOptions() argument1452 Errs, LongOptionsUseDoubleDash); in ParseCommandLineOptions()1476 bool LongOptionsUseDoubleDash) { in ParseCommandLineOptions() argument1637 LongOptionsUseDoubleDash, HaveDoubleDash); in ParseCommandLineOptions()1649 LongOptionsUseDoubleDash, HaveDoubleDash); in ParseCommandLineOptions()1656 LongOptionsUseDoubleDash, HaveDoubleDash); in ParseCommandLineOptions()1659 if (!Handler && !(LongOptionsUseDoubleDash && HaveDoubleDash)) in ParseCommandLineOptions()
72 bool LongOptionsUseDoubleDash = false);