Searched refs:WithMinus (Results 1 – 4 of 4) sorted by relevance
49 public bool WithMinus; field in SevenZip.CommandLineParser.SwitchResult112 matchedSwitch.WithMinus = false; in ParseString()115 matchedSwitch.WithMinus = (srcString[pos] == kSwitchMinus); in ParseString()116 if (matchedSwitch.WithMinus) in ParseString()
132 sw.WithMinus = false; in ParseString()140 sw.WithMinus = (s[pos] == '-'); in ParseString()141 if (sw.WithMinus) in ParseString()
37 bool WithMinus; member
906 g_CaseSensitive = !parser[NKey::kCaseSensitive].WithMinus; in Parse1()913 options.LargePages = !parser[NKey::kLargePages].WithMinus; in Parse1()1048 bp.Val = !parser[switchID].WithMinus; in SetBoolPair()1067 options.ExtractOptions.ElimDup.Val = !parser[NKey::kElimDup].WithMinus; in Parse2()