Lines Matching defs:indentation
639 // Apply smart indentation
814 // Determine indentation for the new line
815 int indentation = 0;
819 indentation = m_fix_indentation_callback(this, lines, 0);
823 EditLineStringType(indentation, EditLineCharType(' ')));
861 // Save the edits and determine the correct indentation level
871 // Change the indentation level of the line
1324 EditLineConstString("lldb-fix-indentation"),
1325 EditLineConstString("Fix line indentation"),
1415 el_set(m_editline, EL_BIND, bind_key, "lldb-fix-indentation", NULL);