Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h110 virtual ConstString GetControlSequence(char ch) { return ConstString(); } in GetControlSequence() function
376 ConstString GetControlSequence(char ch) override { in GetControlSequence() function
526 return ((m_top != nullptr) ? m_top->GetControlSequence(ch) : ConstString()); in GetTopIOHandlerControlSequence()
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h426 ConstString GetControlSequence(char ch) override { in GetControlSequence() function