Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp617 m_editor_status = EditorStatus::EndOfInput; in GetCharacter()
730 m_editor_status = EditorStatus::EndOfInput; in DeleteNextCharCommand()
1541 m_editor_status = EditorStatus::EndOfInput; in GetLine()
1552 return m_editor_status != EditorStatus::EndOfInput; in GetLine()
1591 return m_editor_status != EditorStatus::EndOfInput; in GetLines()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h118 EndOfInput, enumerator