Searched refs:m_got_eof (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp49 m_got_eof (false),
238 if (!m_got_eof)
255 if (m_got_eof && line.empty())
641 if (editline && editline->m_got_eof == false)
660 editline->m_got_eof = true;
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h200 bool m_got_eof; // Set to true when we detect EOF member in class:lldb_private::Editline

Completed in 48 milliseconds