Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h308 unsigned char DeleteNextCharCommand(int ch);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp701 unsigned char Editline::DeleteNextCharCommand(int ch) { in DeleteNextCharCommand() function in Editline
1186 return Editline::InstanceFor(editline)->DeleteNextCharCommand(ch); in ConfigureEditor()