persistent_selections   87 src/editor/edit.c     .persistent_selections = TRUE,
persistent_selections 2069 src/editor/edit.c             if (!edit_options.persistent_selections && edit->modified)
persistent_selections 2086 src/editor/edit.c             if (!edit_options.persistent_selections && edit->modified)
persistent_selections 3466 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark1 != edit->mark2)
persistent_selections 3541 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark2 >= 0)
persistent_selections 3587 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark1 != edit->mark2)
persistent_selections 3609 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark1 != edit->mark2)
persistent_selections 3782 src/editor/edit.c         if (edit->mark1 != edit->mark2 && !edit_options.persistent_selections)
persistent_selections 3927 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark1 != edit->mark2)
persistent_selections 3932 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark2 >= 0)
persistent_selections 3982 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  176 src/editor/editoptions.c                     QUICK_CHECKBOX (N_("Pers&istent selection"), &edit_options.persistent_selections, NULL),
persistent_selections  350 src/setup.c        { "editor_persistent_selections", &edit_options.persistent_selections },