persistent_selections   85 src/editor/edit.c     .persistent_selections = TRUE,
persistent_selections 2028 src/editor/edit.c             if (!edit_options.persistent_selections && edit->modified != 0)
persistent_selections 2045 src/editor/edit.c             if (!edit_options.persistent_selections && edit->modified != 0)
persistent_selections 3416 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark1 != edit->mark2)
persistent_selections 3487 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark2 >= 0)
persistent_selections 3533 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark1 != edit->mark2)
persistent_selections 3555 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark1 != edit->mark2)
persistent_selections 3728 src/editor/edit.c         if (edit->mark1 != edit->mark2 && !edit_options.persistent_selections)
persistent_selections 3873 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark1 != edit->mark2)
persistent_selections 3878 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark2 >= 0)
persistent_selections 3928 src/editor/edit.c         if (edit->mark1 != edit->mark2 && !edit_options.persistent_selections)
persistent_selections   43 src/editor/edit.h     gboolean persistent_selections;
persistent_selections  181 src/editor/editoptions.c                                     &edit_options.persistent_selections, NULL),
persistent_selections  348 src/setup.c        { "editor_persistent_selections", &edit_options.persistent_selections },