Searched refs:GetCommandHistory (Results 1 – 3 of 3) sorted by relevance
123 m_interpreter.GetCommandHistory().Clear(); in DoExecute()142 const CommandHistory &history(m_interpreter.GetCommandHistory()); in DoExecute()
673 CommandHistory &history = m_interpreter.GetCommandHistory(); in DoExecute()
553 CommandHistory &GetCommandHistory() { return m_command_history; } in GetCommandHistory() function