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()
377 bool stdInMode = parser[NKey::kStdIn].ThereIs; in main2() local457 if (stdInMode) needParams--; in main2()476 if (stdInMode) in main2()545 if (parser[NKey::kEOS].ThereIs || stdInMode) in main2()653 bool eos = parser[NKey::kEOS].ThereIs || stdInMode; in main2()717 if (eos || stdInMode) in main2()
26 bool stdInMode,
1049 bool stdInMode, in ListArchives() argument1091 if (!stdInMode) in ListArchives()1151 options.stdInMode = stdInMode; in ListArchives()1217 if (!stdInMode) in ListArchives()1276 if (stdInMode && res == E_INVALIDARG) in ListArchives()1338 if (!stdInMode in ListArchives()
131 bool stdInMode; member142 stdInMode(false) in COpenOptions()
411 op.stdInMode = options.StdInMode; in Extract()
3095 if (op.stdInMode) in OpenStreamOrFile()3376 op2.stdInMode = false; in Open()3408 if (!op.stream && !op.stdInMode) in Open2()3506 op.stdInMode = false; in ReOpen()
1328 op.stdInMode = false; in UpdateArchive()