Searched refs:PostCharIndex (Results 1 – 5 of 5) sorted by relevance
51 public int PostCharIndex; field in SevenZip.CommandLineParser.SwitchResult128 matchedSwitch.PostCharIndex = kEmptyCharValue; in ParseString()133 matchedSwitch.PostCharIndex = kEmptyCharValue; in ParseString()136 matchedSwitch.PostCharIndex = index; in ParseString()
118 sw.PostCharIndex = -1; in ParseString()139 sw.PostCharIndex = FindCharPosInString(form.PostCharSet, (char)c); in ParseString()140 if (sw.PostCharIndex >= 0) in ParseString()
38 int PostCharIndex; member
806 res = sw.PostCharIndex; in SetStreamMode()1018 recursedType = GetRecursedTypeFromIndex(parser[NKey::kRecursed].PostCharIndex); in Parse2()1056 options.UpdateOptions.ArcNameMode = ParseArcNameMode(parser[NKey::kArcNameMode].PostCharIndex); in Parse2()1183 eo.OverwriteMode = k_OverwriteModes[(unsigned)parser[NKey::kOverwrite].PostCharIndex]; in Parse2()
575 5, dict, parser[NKey::kFilter86].PostCharIndex == 0 ? SZ_FILTER_YES : SZ_FILTER_AUTO); in main2()