Home
last modified time | relevance | path

Searched refs:indent_chars (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h212 const char *indent_chars) { in SetFixIndentationCallback() argument
214 m_fix_indentation_callback_chars = indent_chars; in SetFixIndentationCallback()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp289 const char *indent_chars = delegate.IOHandlerGetFixIndentationCharacters(); in IOHandlerEditline()
290 if (indent_chars) { in IOHandlerEditline()
298 m_editline_up->SetFixIndentationCallback(std::move(f), indent_chars); in IOHandlerEditline()
287 const char *indent_chars = delegate.IOHandlerGetFixIndentationCharacters(); IOHandlerEditline() local
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1318 const char *indent_chars = m_fix_indentation_callback_chars; in ConfigureEditor() local
1319 while (*indent_chars) { in ConfigureEditor()
1320 bind_key[0] = *indent_chars; in ConfigureEditor()
1322 ++indent_chars; in ConfigureEditor()