Searched refs:GetCommandHistory (Results 1 – 3 of 3) sorted by relevance
132 m_interpreter.GetCommandHistory().Clear(); in DoExecute()151 const CommandHistory &history(m_interpreter.GetCommandHistory()); in DoExecute()
681 CommandHistory &history = m_interpreter.GetCommandHistory(); in DoExecute()
539 CommandHistory &GetCommandHistory() { return m_command_history; } in GetCommandHistory() function