reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Host/common/Editline.cpp
  169     history_w(m_history, &m_event, H_SETSIZE, size);
  171       history_w(m_history, &m_event, H_SETUNIQUE, 1);
  234       history_w(m_history, &m_event, H_ENTER, line_cstr);
  241         history_w(m_history, &m_event, H_LOAD, path);
  252         history_w(m_history, &m_event, H_SAVE, path);
  438     if (history_w(pHistory, &history_event, H_FIRST) == -1)
  449     if (history_w(pHistory, &history_event, earlier ? H_PREV : H_NEXT) == -1) {