Searched refs:m_print_errors (Results 1 – 2 of 2) sorted by relevance
101 m_print_errors(print_errors), m_add_to_history(add_to_history) {} in CommandInterpreterRunOptions()109 m_print_errors = value; in SetSilent()157 bool GetPrintErrors() const { return DefaultToYes(m_print_errors); } in GetPrintErrors()160 m_print_errors = print_errors ? eLazyBoolYes : eLazyBoolNo; in SetPrintErrors()189 LazyBool m_print_errors = eLazyBoolCalculate; variable
2518 if (options.m_print_errors == eLazyBoolCalculate) { in HandleCommandsFromFile()2525 } else if (options.m_print_errors == eLazyBoolYes) { in HandleCommandsFromFile()3059 if (options->m_print_errors != eLazyBoolNo) in GetIOHandler()