Searched refs:GetCommandHistory (Results 1 – 3 of 3) sorted by relevance
134 m_interpreter.GetCommandHistory().Clear(); in DoExecute()153 const CommandHistory &history(m_interpreter.GetCommandHistory()); in DoExecute()
637 CommandHistory &history = m_interpreter.GetCommandHistory(); in DoExecute()
537 CommandHistory &GetCommandHistory() { return m_command_history; } in GetCommandHistory() function