Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DEditline.h315 unsigned char BufferEndCommand(int ch);
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp913 unsigned char Editline::BufferEndCommand(int ch) { in BufferEndCommand() function in Editline
1182 return Editline::InstanceFor(editline)->BufferEndCommand(ch); in ConfigureEditor()