Searched refs:indent_chars (Results 1 – 3 of 3) sorted by relevance
212 const char *indent_chars) { in SetFixIndentationCallback() argument214 m_fix_indentation_callback_chars = indent_chars; in SetFixIndentationCallback()
289 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
1318 const char *indent_chars = m_fix_indentation_callback_chars; in ConfigureEditor() local1319 while (*indent_chars) { in ConfigureEditor()1320 bind_key[0] = *indent_chars; in ConfigureEditor()1322 ++indent_chars; in ConfigureEditor()