Searched refs:m_print_errors (Results 1 – 2 of 2) sorted by relevance
108 m_print_errors(print_errors), m_add_to_history(add_to_history), in CommandInterpreterRunOptions()117 m_print_errors = value; in SetSilent()165 bool GetPrintErrors() const { return DefaultToYes(m_print_errors); } in GetPrintErrors()168 m_print_errors = print_errors ? eLazyBoolYes : eLazyBoolNo; in SetPrintErrors()203 LazyBool m_print_errors = eLazyBoolCalculate; variable
2782 if (options.m_print_errors == eLazyBoolCalculate) { in HandleCommandsFromFile()2789 } else if (options.m_print_errors == eLazyBoolYes) { in HandleCommandsFromFile()3362 if (options->m_print_errors != eLazyBoolNo) in GetIOHandler()