is_in_indent     1475 src/editor/edit.c     if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer))
is_in_indent     3022 src/editor/edit.c         if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer))
is_in_indent     3585 src/editor/edit.c         else if (edit_options.backspace_through_tabs && is_in_indent (&edit->buffer))
is_in_indent     3590 src/editor/edit.c         else if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer)
is_in_indent     3610 src/editor/edit.c             if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer)
is_in_indent     3680 src/editor/edit.c         if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer)
is_in_indent     3697 src/editor/edit.c         if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer)