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.cpp603 m_editor_status = EditorStatus::EndOfInput; in GetCharacter()
716 m_editor_status = EditorStatus::EndOfInput; in DeleteNextCharCommand()
1501 m_editor_status = EditorStatus::EndOfInput; in GetLine()
1512 return m_editor_status != EditorStatus::EndOfInput; in GetLine()
1551 return m_editor_status != EditorStatus::EndOfInput; in GetLines()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h118 EndOfInput, enumerator