Searched refs:GetCommandHistory (Results 1 – 3 of 3) sorted by relevance
125 m_interpreter.GetCommandHistory().Clear(); in DoExecute()144 const CommandHistory &history(m_interpreter.GetCommandHistory()); in DoExecute()
672 CommandHistory &history = m_interpreter.GetCommandHistory(); in DoExecute()
562 CommandHistory &GetCommandHistory() { return m_command_history; } in GetCommandHistory() function