Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DEditline.h308 unsigned char DeletePreviousCharCommand(int ch);
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp750 unsigned char Editline::DeletePreviousCharCommand(int ch) { in DeletePreviousCharCommand() function in Editline
1189 return Editline::InstanceFor(editline)->DeletePreviousCharCommand(ch); in ConfigureEditor()