fake_half_tabs     86 src/editor/edit.c     .fake_half_tabs = TRUE,
fake_half_tabs   1486 src/editor/edit.c     if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer))
fake_half_tabs   1644 src/editor/edit.c                 insert_spaces_tab (edit, edit_options.fake_half_tabs);
fake_half_tabs   1683 src/editor/edit.c         del_tab_width = edit_options.fake_half_tabs ? HALF_TAB_SIZE : TAB_SIZE;
fake_half_tabs   3028 src/editor/edit.c         if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer))
fake_half_tabs   3030 src/editor/edit.c             long fake_half_tabs;
fake_half_tabs   3034 src/editor/edit.c             fake_half_tabs = HALF_TAB_SIZE * space_width;
fake_half_tabs   3035 src/editor/edit.c             if (fake_half_tabs != 0 && edit->curs_col % fake_half_tabs != 0)
fake_half_tabs   3040 src/editor/edit.c                 edit->curs_col -= (edit->curs_col % fake_half_tabs);
fake_half_tabs   3596 src/editor/edit.c         else if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer)
fake_half_tabs   3616 src/editor/edit.c             if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer)
fake_half_tabs   3686 src/editor/edit.c         if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer)
fake_half_tabs   3703 src/editor/edit.c         if (edit_options.fake_half_tabs && is_in_indent (&edit->buffer)
fake_half_tabs     42 src/editor/edit.h     gboolean fake_half_tabs;
fake_half_tabs    158 src/editor/editoptions.c                     QUICK_CHECKBOX (N_("&Fake half tabs"), &edit_options.fake_half_tabs, NULL),
fake_half_tabs    344 src/setup.c        { "editor_fake_half_tabs", &edit_options.fake_half_tabs },