Home
last modified time | relevance | path

Searched refs:setecho (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dreplwrap.py44 self.child.setecho(False)
H A Dpty_spawn.py381 def setecho(self, state): member in spawn
413 return self.ptyproc.setecho(state)
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py467 def setecho(self, state): member in PtyProcess