is_in_indent     1485 src/editor/edit.c     if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer))
is_in_indent     3040 src/editor/edit.c         if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer))
is_in_indent     3603 src/editor/edit.c         else if (edit_options.backspace_through_tabs && is_in_indent (&edit->buffer))
is_in_indent     3608 src/editor/edit.c         else if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer)
is_in_indent     3628 src/editor/edit.c             if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer)
is_in_indent     3698 src/editor/edit.c         if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer)
is_in_indent     3715 src/editor/edit.c         if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer)