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()
345 bool stdInMode = parser[NKey::kStdIn].ThereIs; in main2() local425 if (stdInMode) needParams--; in main2()444 if (stdInMode) in main2()513 if (parser[NKey::kEOS].ThereIs || stdInMode) in main2()621 bool eos = parser[NKey::kEOS].ThereIs || stdInMode; in main2()685 if (eos || stdInMode) in main2()
13 bool stdInMode,
969 bool stdInMode, in ListArchives() argument1011 if (!stdInMode) in ListArchives()1062 options.stdInMode = stdInMode; in ListArchives()1120 if (!stdInMode) in ListArchives()1179 if (stdInMode && res == E_INVALIDARG) in ListArchives()1238 if (!stdInMode in ListArchives()
128 bool stdInMode; member139 stdInMode(false) in COpenOptions()
358 op.stdInMode = options.StdInMode; in Extract()
2964 if (op.stdInMode) in OpenStreamOrFile()3247 op2.stdInMode = false; in Open()3279 if (!op.stream && !op.stdInMode) in Open2()3374 op.stdInMode = false; in ReOpen()
1103 op.stdInMode = false; in UpdateArchive()