Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DEditline.h305 unsigned char DeleteNextCharCommand(int ch);
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp711 unsigned char Editline::DeleteNextCharCommand(int ch) { in DeleteNextCharCommand() function in Editline
1183 return Editline::InstanceFor(editline)->DeleteNextCharCommand(ch); in ConfigureEditor()