persistent_selections   87 src/editor/edit.c     .persistent_selections = TRUE,
persistent_selections 2038 src/editor/edit.c             if (!edit_options.persistent_selections && edit->modified != 0)
persistent_selections 2055 src/editor/edit.c             if (!edit_options.persistent_selections && edit->modified != 0)
persistent_selections 3447 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark1 != edit->mark2)
persistent_selections 3522 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark2 >= 0)
persistent_selections 3568 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark1 != edit->mark2)
persistent_selections 3590 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark1 != edit->mark2)
persistent_selections 3763 src/editor/edit.c         if (edit->mark1 != edit->mark2 && !edit_options.persistent_selections)
persistent_selections 3908 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark1 != edit->mark2)
persistent_selections 3913 src/editor/edit.c         if (!edit_options.persistent_selections && edit->mark2 >= 0)
persistent_selections 3963 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  355 src/setup.c        { "editor_persistent_selections", &edit_options.persistent_selections },