Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DEditline.cpp75 #define history_w history macro
204 history_w(m_history, &m_event, H_SETSIZE, size); in EditlineHistory()
206 history_w(m_history, &m_event, H_SETUNIQUE, 1); in EditlineHistory()
269 history_w(m_history, &m_event, H_ENTER, line_cstr); in Enter()
276 history_w(m_history, &m_event, H_LOAD, path); in Load()
287 history_w(m_history, &m_event, H_SAVE, path); in Save()
473 if (history_w(pHistory, &history_event, in RecallHistory()
488 if (history_w(pHistory, &history_event, GetOperation(op)) == -1) { in RecallHistory()