Lines Matching refs:ThereIs
283 if (parser[index].ThereIs) in ParseUInt32()
360 if (parser[NKey::kHelp1].ThereIs || parser[NKey::kHelp2].ThereIs) in main2()
366 bool stdInMode = parser[NKey::kStdIn].ThereIs; in main2()
367 bool stdOutMode = parser[NKey::kStdOut].ThereIs; in main2()
383 if (parser[NKey::kDict].ThereIs) in main2()
393 if (parser[NKey::kLevel].ThereIs) in main2()
401 if (parser[NKey::kMatchFinder].ThereIs) in main2()
408 if (parser[NKey::kMultiThread].ThereIs) in main2()
421 if (parser[NKey::kMethod].ThereIs) in main2()
527 if (parser[NKey::kFilter86].ThereIs) in main2()
534 if (parser[NKey::kEOS].ThereIs || stdInMode) in main2()
642 bool eos = parser[NKey::kEOS].ThereIs || stdInMode; in main2()
650 mcDefined = parser[NKey::kMc].ThereIs; in main2()