Home | History | Annotate | Download | only in Common

Lines Matching defs:sw

114   CSwitchResult &sw = _switches[switchIndex];

117 if (!form.Multi && sw.ThereIs)
123 sw.ThereIs = true;
132 sw.WithMinus = false;
133 sw.PostCharIndex = -1;
140 sw.WithMinus = (s[pos] == '-');
141 if (sw.WithMinus)
152 sw.PostCharIndex = FindCharPosInString(form.PostCharSet, (char)c);
153 if (sw.PostCharIndex >= 0)
160 sw.PostStrings.Add((const wchar_t *)s + pos);