option_fill_tabs_with_spaces 84 src/editor/edit.c gboolean option_fill_tabs_with_spaces = FALSE; option_fill_tabs_with_spaces 1457 src/editor/edit.c if (option_fill_tabs_with_spaces || !right_of_four_spaces (edit)) option_fill_tabs_with_spaces 1468 src/editor/edit.c else if (option_fill_tabs_with_spaces) option_fill_tabs_with_spaces 1607 src/editor/edit.c if (option_fill_tabs_with_spaces) option_fill_tabs_with_spaces 36 src/editor/edit.h extern gboolean option_fill_tabs_with_spaces; option_fill_tabs_with_spaces 158 src/editor/editoptions.c QUICK_CHECKBOX (N_("Fill tabs with &spaces"), &option_fill_tabs_with_spaces, option_fill_tabs_with_spaces 389 src/editor/format.c if (!option_fill_tabs_with_spaces) option_fill_tabs_with_spaces 341 src/setup.c { "editor_fill_tabs_with_spaces", &option_fill_tabs_with_spaces },