Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h279 unsigned char BreakLineCommand(int ch);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp555 unsigned char Editline::BreakLineCommand(int ch) { in BreakLineCommand() function in Editline
606 return BreakLineCommand(ch); in EndOrAddLineCommand()
621 return BreakLineCommand(ch); in EndOrAddLineCommand()
1001 return Editline::InstanceFor(editline)->BreakLineCommand(ch); in ConfigureEditor()