Searched refs:m_history_event (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp32 m_history_event (),
97 ::history (m_history, &m_history_event, H_SETSIZE, 800);
98 ::history (m_history, &m_history_event, H_SETUNIQUE, 1);
150 ::history (m_history, &m_history_event, H_LOAD, history_file.GetPath().c_str());
162 ::history (m_history, &m_history_event, H_SAVE, history_path.c_str());
211 ::history (m_history, &m_history_event, H_ENTER, line_cstr);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h183 ::HistEvent m_history_event; member in class:lldb_private::Editline

Completed in 106 milliseconds