Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDIOHandler.h109 virtual ConstString GetControlSequence(char ch) { return ConstString(); } in GetControlSequence() function
372 ConstString GetControlSequence(char ch) override { in GetControlSequence() function
523 return ((m_top != nullptr) ? m_top->GetControlSequence(ch) : ConstString()); in GetTopIOHandlerControlSequence()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDScriptInterpreterPythonImpl.h413 ConstString GetControlSequence(char ch) override { in GetControlSequence() function