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()
366 bool stdInMode = parser[NKey::kStdIn].ThereIs; in main2() local446 if (stdInMode) needParams--; in main2()465 if (stdInMode) in main2()534 if (parser[NKey::kEOS].ThereIs || stdInMode) in main2()642 bool eos = parser[NKey::kEOS].ThereIs || stdInMode; in main2()706 if (eos || stdInMode) in main2()
13 bool stdInMode,
1023 bool stdInMode, in ListArchives() argument1065 if (!stdInMode) in ListArchives()1125 options.stdInMode = stdInMode; in ListArchives()1191 if (!stdInMode) in ListArchives()1250 if (stdInMode && res == E_INVALIDARG) in ListArchives()1309 if (!stdInMode in ListArchives()
128 bool stdInMode; member139 stdInMode(false) in COpenOptions()
366 op.stdInMode = options.StdInMode; in Extract()
2973 if (op.stdInMode) in OpenStreamOrFile()3256 op2.stdInMode = false; in Open()3288 if (!op.stream && !op.stdInMode) in Open2()3383 op.stdInMode = false; in ReOpen()
1193 op.stdInMode = false; in UpdateArchive()