Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DExtract.h21 bool YesToAll; member
42 YesToAll(false), in CExtractOptions()
DArchiveCommandLine.h61 bool YesToAll; member
DArchiveCommandLine.cpp875 options.YesToAll = parser[NKey::kYes].ThereIs; in Parse2()
939 else if (options.YesToAll) in Parse2()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp410 eo.YesToAll = options.YesToAll; in Main2()