Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DEditline.h293 unsigned char DeletePreviousCharCommand(int ch);
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp742 unsigned char Editline::DeletePreviousCharCommand(int ch) { in DeletePreviousCharCommand() function in Editline
1152 return Editline::InstanceFor(editline)->DeletePreviousCharCommand(ch); in ConfigureEditor()