Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h106 virtual ConstString GetControlSequence(char ch) { return ConstString(); } in GetControlSequence() function
384 ConstString GetControlSequence(char ch) override { in GetControlSequence() function
579 return ((m_top != nullptr) ? m_top->GetControlSequence(ch) : ConstString()); in GetTopIOHandlerControlSequence()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp936 ConstString GetControlSequence(char ch) override { in GetControlSequence() function in IOHandlerPythonInterpreter