Home
last modified time | relevance | path

Searched refs:GetIsRealTerminal (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectGUI.cpp35 if (input_sp && input_sp->GetFile().GetIsRealTerminal() && in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFile.h383 bool GetIsRealTerminal();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h157 bool GetIsRealTerminal();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp90 m_io_handler_sp->GetIsRealTerminal()) { in GetIOHandler()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp714 bool File::GetIsRealTerminal() { in GetIsRealTerminal() function in File
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp132 bool IOHandler::GetIsRealTerminal() { in GetIsRealTerminal() function in IOHandler
133 return GetInputStreamFile()->GetFile().GetIsRealTerminal(); in GetIsRealTerminal()
300 use_editline = m_input_sp->GetFile().GetIsRealTerminal(); in IOHandlerEditline()