Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DEditline.h317 unsigned char NextLineCommand(int ch);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp807 unsigned char Editline::NextLineCommand(int ch) { in NextLineCommand() function in Editline
1201 return Editline::InstanceFor(editline)->NextLineCommand(ch); in ConfigureEditor()