Searched refs:GetCommandHistory (Results 1 – 3 of 3) sorted by relevance
445 const CommandHistory &GetCommandHistory() const { return m_command_history; } in GetCommandHistory() function447 CommandHistory &GetCommandHistory() { return m_command_history; } in GetCommandHistory() function
662 CommandHistory &history = m_interpreter.GetCommandHistory(); in DoExecute()
127 m_interpreter.GetCommandHistory().Clear(); in DoExecute()146 const CommandHistory &history(m_interpreter.GetCommandHistory()); in DoExecute()