Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DEditline.h316 unsigned char NextLineCommand(int ch);
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp806 unsigned char Editline::NextLineCommand(int ch) { in NextLineCommand() function in Editline
1200 return Editline::InstanceFor(editline)->NextLineCommand(ch); in ConfigureEditor()