Home
last modified time | relevance | path

Searched refs:GetHistoryPtr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp259 HistoryW *GetHistoryPtr() { return m_history; } in GetHistoryPtr() function in lldb_private::line_editor::EditlineHistory
461 HistoryW *pHistory = m_history_sp->GetHistoryPtr(); in RecallHistory()
1153 el_wset(m_editline, EL_HIST, history, m_history_sp->GetHistoryPtr()); in ConfigureEditor()