Lines Matching refs:sw
99 CSwitchResult &sw = _switches[switchIndex];
102 if (!form.Multi && sw.ThereIs)
108 sw.ThereIs = true;
117 sw.WithMinus = false;
118 sw.PostCharIndex = -1;
125 sw.WithMinus = (s[pos] == '-');
126 if (sw.WithMinus)
139 sw.PostCharIndex = FindCharPosInString(form.PostCharSet, (char)c);
140 if (sw.PostCharIndex >= 0)
150 sw.PostStrings.Add(s.Ptr(pos));