Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DEditline.h301 unsigned char NextLineCommand(int ch);
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp798 unsigned char Editline::NextLineCommand(int ch) { in NextLineCommand() function in Editline
1162 return Editline::InstanceFor(editline)->NextLineCommand(ch); in ConfigureEditor()