Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h320 unsigned char RevertLineCommand(int ch);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp831 unsigned char Editline::RevertLineCommand(int ch) { in RevertLineCommand() function in Editline
1087 return Editline::InstanceFor(editline)->RevertLineCommand(ch); in ConfigureEditor()