Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Explorer/
DContextMenu.cpp173 CurrentSubCommand(0) in CZipContextMenu()
1787 ODS_(Print_Number(CurrentSubCommand, "CurrentSubCommand")) in Next()
1799 for (i = 0; i < celt && CurrentSubCommand < SubCommands.Size(); i++) in Next()
1801 pUICommand[i] = SubCommands[CurrentSubCommand++]; in Next()
1827 CurrentSubCommand = 0; in Reset()
DContextMenu.h158 unsigned CurrentSubCommand; variable