Lines Matching defs:isTrue
309 bool isTrue = true;
318 isTrue = false;
322 isTrue = false;
331 isTrue = false;
334 isTrue = SetRunningState(SHOW_HELP);
338 isTrue = false;
341 isTrue = false;
344 isTrue = SetRunningState(SHOW_LIST_CATEGORY);
346 isTrue = CheckOutputFile(optarg);
350 isTrue = SetRunningState(RECORDING_LONG_BEGIN);
352 isTrue = SetRunningState(RECORDING_LONG_FINISH);
354 isTrue = SetRunningState(RECORDING_LONG_FINISH_NODUMP);
356 isTrue = SetRunningState(RECORDING_LONG_DUMP);
365 isTrue = false;
368 isTrue = SetRunningState(SNAPSHOT_START);
370 isTrue = SetRunningState(SNAPSHOT_DUMP);
372 isTrue = SetRunningState(SNAPSHOT_STOP);
374 isTrue = SetRunningState(RECORDING_SHORT_TEXT);
376 isTrue = SetRunningState(RECORDING_SHORT_RAW);
381 isTrue = false;
384 isTrue = false;
389 return isTrue;
394 bool isTrue = true;
404 isTrue = false;
408 isTrue = false;
414 isTrue = SetRunningState(SHOW_HELP);
417 isTrue = SetRunningState(SHOW_LIST_CATEGORY);
422 isTrue = false;
425 isTrue = false;
430 isTrue = CheckOutputFile(optarg);
437 isTrue = ParseLongOpt(argv[0], optIndex);
440 isTrue = false;
445 return isTrue;
469 bool isTrue = true;
474 while (isTrue && argcSize-- > 0) {
477 isTrue = false;
480 isTrue = ParseOpt(opt, argv, optionIndex);
483 return isTrue;