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

References

tools/lldb/source/Host/common/Editline.cpp
  168     m_history = history_winit();
  169     history_w(m_history, &m_event, H_SETSIZE, size);
  171       history_w(m_history, &m_event, H_SETUNIQUE, 1);
  176     if (m_path.empty() && m_history && !m_prefix.empty()) {
  204     if (m_history) {
  205       history_wend(m_history);
  206       m_history = nullptr;
  228   bool IsValid() const { return m_history != nullptr; }
  230   HistoryW *GetHistoryPtr() { return m_history; }
  233     if (m_history)
  234       history_w(m_history, &m_event, H_ENTER, line_cstr);
  238     if (m_history) {
  241         history_w(m_history, &m_event, H_LOAD, path);
  249     if (m_history) {
  252         history_w(m_history, &m_event, H_SAVE, path);