Searched refs:stdInMode (Results 1 – 8 of 8) sorted by relevance
207 bool stdInMode = parser[(int)Key.StdIn].ThereIs; in Main2()211 if (stdInMode) in Main2()253 bool eos = parser[(int)Key.EOS].ThereIs || stdInMode; in Main2()299 if (eos || stdInMode) in Main2()
292 bool stdInMode = parser[NKey::kStdIn].ThereIs; in main2() local297 if (stdInMode) in main2()342 if (parser[NKey::kEOS].ThereIs || stdInMode) in main2()427 bool eos = parser[NKey::kEOS].ThereIs || stdInMode; in main2()487 if (eos || stdInMode) in main2()
13 bool stdInMode,
854 bool stdInMode, in ListArchives() argument893 if (!stdInMode) in ListArchives()931 options.stdInMode = stdInMode; in ListArchives()993 if (!stdInMode) in ListArchives()1105 if (stdInMode && res == E_INVALIDARG) in ListArchives()1151 if (!stdInMode in ListArchives()
118 bool stdInMode; member129 stdInMode(false) in COpenOptions()
318 op.stdInMode = options.StdInMode; in Extract()
2656 if (op.stdInMode) in OpenStreamOrFile()2931 op2.stdInMode = false; in Open()2978 if (!op.stream && !op.stdInMode) in Open2()3058 op.stdInMode = false; in ReOpen()
1047 op.stdInMode = false; in UpdateArchive()