Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp630 m_editor_status = EditorStatus::EndOfInput; in GetCharacter()
747 m_editor_status = EditorStatus::EndOfInput; in DeleteNextCharCommand()
1642 m_editor_status = EditorStatus::EndOfInput; in GetLine()
1653 return m_editor_status != EditorStatus::EndOfInput; in GetLine()
1694 return m_editor_status != EditorStatus::EndOfInput; in GetLines()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h118 EndOfInput, enumerator