Home
last modified time | relevance | path

Searched refs:GetLines (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp535 bool IOHandlerEditline::GetLines(StringList &lines, bool &interrupted) { in GetLines()
541 return m_editline_up->GetLines(m_base_line_number, lines, interrupted); in GetLines()
583 if (GetLines(lines, interrupted)) {
511 bool IOHandlerEditline::GetLines(StringList &lines, bool &interrupted) { GetLines() function in IOHandlerEditline
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h237 bool GetLines(int first_line_number, StringList &lines, bool &interrupted);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h398 bool GetLines(StringList &lines, bool &interrupted);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1515 bool Editline::GetLines(int first_line_number, StringList &lines, in GetLines() function in Editline