Home
last modified time | relevance | path

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

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