Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp542 m_editor_status = EditorStatus::EndOfInput; in GetCharacter()
657 m_editor_status = EditorStatus::EndOfInput; in DeleteNextCharCommand()
1316 m_editor_status = EditorStatus::EndOfInput; in GetLine()
1327 return m_editor_status != EditorStatus::EndOfInput; in GetLine()
1364 return m_editor_status != EditorStatus::EndOfInput; in GetLines()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h118 EndOfInput, enumerator