Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DEditline.h330 unsigned char BufferEndCommand(int ch);
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp920 unsigned char Editline::BufferEndCommand(int ch) { in BufferEndCommand() function in Editline
1224 return Editline::InstanceFor(editline)->BufferEndCommand(ch); in ConfigureEditor()