is_in_indent     1486 src/editor/edit.c     if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer))
is_in_indent     3028 src/editor/edit.c         if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer))
is_in_indent     3591 src/editor/edit.c         else if (edit_options.backspace_through_tabs && is_in_indent (&edit->buffer))
is_in_indent     3596 src/editor/edit.c         else if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer)
is_in_indent     3616 src/editor/edit.c             if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer)
is_in_indent     3686 src/editor/edit.c         if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer)
is_in_indent     3703 src/editor/edit.c         if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer)