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()
117 sw.WithMinus = false; in ParseString()125 sw.WithMinus = (s[pos] == '-'); in ParseString()126 if (sw.WithMinus) in ParseString()
37 bool WithMinus; member
856 g_CaseSensitive = !parser[NKey::kCaseSensitive].WithMinus; in Parse1()976 bp.Val = !parser[switchID].WithMinus; in SetBoolPair()995 options.ExtractOptions.ElimDup.Val = !parser[NKey::kElimDup].WithMinus; in Parse2()1014 g_PathTrailReplaceMode = !parser[NKey::kNameTrailReplace].WithMinus; in Parse2()