Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp613 m_editor_status = EditorStatus::EndOfInput; in GetCharacter()
726 m_editor_status = EditorStatus::EndOfInput; in DeleteNextCharCommand()
1527 m_editor_status = EditorStatus::EndOfInput; in GetLine()
1538 return m_editor_status != EditorStatus::EndOfInput; in GetLine()
1577 return m_editor_status != EditorStatus::EndOfInput; in GetLines()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DEditline.h116 EndOfInput, enumerator