Searched refs:m_echo_commands (Results 1 – 2 of 2) sorted by relevance
106 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()118 m_echo_commands = value; in SetSilent()145 bool GetEchoCommands() const { return DefaultToYes(m_echo_commands); } in GetEchoCommands()148 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()200 LazyBool m_echo_commands = eLazyBoolCalculate; variable
2747 if (options.m_echo_commands == eLazyBoolCalculate) { in HandleCommandsFromFile()2754 } else if (options.m_echo_commands == eLazyBoolYes) { in HandleCommandsFromFile()3356 if (options->m_echo_commands != eLazyBoolNo) in GetIOHandler()