Searched refs:m_print_errors (Results 1 – 2 of 2) sorted by relevance
102 m_print_errors(print_errors), m_add_to_history(add_to_history) {} in CommandInterpreterRunOptions()110 m_print_errors = value; in SetSilent()158 bool GetPrintErrors() const { return DefaultToYes(m_print_errors); } in GetPrintErrors()161 m_print_errors = print_errors ? eLazyBoolYes : eLazyBoolNo; in SetPrintErrors()190 LazyBool m_print_errors = eLazyBoolCalculate; variable
2765 if (options.m_print_errors == eLazyBoolCalculate) { in HandleCommandsFromFile()2772 } else if (options.m_print_errors == eLazyBoolYes) { in HandleCommandsFromFile()3330 if (options->m_print_errors != eLazyBoolNo) in GetIOHandler()