Home
last modified time | relevance | path

Searched refs:SetEcho (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DTerminal.h56 llvm::Error SetEcho(bool enabled);
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DTerminal.cpp76 llvm::Error Terminal::SetEcho(bool enabled) { in SetEcho() function in Terminal
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h442 llvm::consumeError(terminal.SetEcho(true)); in Run()
/openbsd/src/gnu/llvm/lldb/source/Target/
DProcess.cpp4379 llvm::consumeError(terminal.SetEcho(false)); in Run()