Lines Matching defs:indentation
635 // Apply smart indentation
807 // Determine indentation for the new line
808 int indentation = 0;
812 indentation = m_fix_indentation_callback(this, lines, 0);
816 EditLineStringType(indentation, EditLineCharType(' ')));
854 // Save the edits and determine the correct indentation level
864 // Change the indentation level of the line
1230 EditLineConstString("lldb-fix-indentation"),
1231 EditLineConstString("Fix line indentation"),
1321 el_set(m_editline, EL_BIND, bind_key, "lldb-fix-indentation", NULL);