Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h401 const char *GetContinuationPrompt();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp353 prompt = GetContinuationPrompt(); in GetLine()
466 const char *IOHandlerEditline::GetContinuationPrompt() { in GetContinuationPrompt() function in IOHandlerEditline