Home
last modified time | relevance | path

Searched refs:kSwitchForms (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs129 SwitchForm[] kSwitchForms = new SwitchForm[13]; in Main2()
131 kSwitchForms[sw++] = new SwitchForm("?", SwitchType.Simple, false); in Main2()
132 kSwitchForms[sw++] = new SwitchForm("H", SwitchType.Simple, false); in Main2()
133 kSwitchForms[sw++] = new SwitchForm("A", SwitchType.UnLimitedPostString, false, 1); in Main2()
134 kSwitchForms[sw++] = new SwitchForm("D", SwitchType.UnLimitedPostString, false, 1); in Main2()
135 kSwitchForms[sw++] = new SwitchForm("FB", SwitchType.UnLimitedPostString, false, 1); in Main2()
136 kSwitchForms[sw++] = new SwitchForm("LC", SwitchType.UnLimitedPostString, false, 1); in Main2()
137 kSwitchForms[sw++] = new SwitchForm("LP", SwitchType.UnLimitedPostString, false, 1); in Main2()
138 kSwitchForms[sw++] = new SwitchForm("PB", SwitchType.UnLimitedPostString, false, 1); in Main2()
139 kSwitchForms[sw++] = new SwitchForm("MF", SwitchType.UnLimitedPostString, false, 1); in Main2()
[all …]
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp85 static const CSwitchForm kSwitchForms[kNumSwitches] = variable
293 if (!parser.ParseStrings(kSwitchForms, kNumSwitches, commandStrings)) in Main2()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp102 static const CSwitchForm kSwitchForms[] = variable
349 if (!parser.ParseStrings(kSwitchForms, ARRAY_SIZE(kSwitchForms), commandStrings)) in main2()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp202 static const CSwitchForm kSwitchForms[] = variable
813 if (!parser.ParseStrings(kSwitchForms, ARRAY_SIZE(kSwitchForms), commandStrings)) in Parse1()