Home
last modified time | relevance | path

Searched refs:curCommandIndex (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp314 unsigned curCommandIndex = 0; in Main2() local
321 const UString &cmd = nonSwitchStrings[curCommandIndex]; in Main2()
327 curCommandIndex = 1; in Main2()
337 if (nonSwitchStrings.Size() == curCommandIndex) in Main2()
339 for (; curCommandIndex < nonSwitchStrings.Size(); curCommandIndex++) in Main2()
341 const UString &s = nonSwitchStrings[curCommandIndex]; in Main2()
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp1042 unsigned curCommandIndex = kCommandIndex + 1; in Parse2() local
1060 if (curCommandIndex >= numNonSwitchStrings) in Parse2()
1062 options.ArchiveName = nonSwitchStrings[curCommandIndex++]; in Parse2()
1071 curCommandIndex, options.Censor, in Parse2()
1270 if (curCommandIndex < numNonSwitchStrings) in Parse2()
1272 if (!StringToUInt32(nonSwitchStrings[curCommandIndex], options.NumIterations)) in Parse2()
1273 …rcCmdLineException("Incorrect Number of benmchmark iterations", nonSwitchStrings[curCommandIndex]); in Parse2()
1274 curCommandIndex++; in Parse2()