hex               517 src/filemanager/cmd.c         mcview_altered_flags.hex = FALSE;
hex               520 src/filemanager/cmd.c         if (mcview_global_flags.hex)
hex               521 src/filemanager/cmd.c             changed_flags.hex = TRUE;
hex               526 src/filemanager/cmd.c         mcview_global_flags.hex = FALSE;
hex               532 src/filemanager/cmd.c         if (changed_flags.hex && !mcview_altered_flags.hex)
hex               533 src/filemanager/cmd.c             mcview_global_flags.hex = TRUE;
hex               377 src/filemanager/ext.c         .hex = mcview_global_flags.hex,
hex               386 src/filemanager/ext.c     mcview_altered_flags.hex = FALSE;
hex               388 src/filemanager/ext.c     if (def_flags.hex != mcview_global_flags.hex)
hex               389 src/filemanager/ext.c         changed_flags.hex = TRUE;
hex               398 src/filemanager/ext.c     if (changed_flags.hex && !mcview_altered_flags.hex)
hex               399 src/filemanager/ext.c         mcview_global_flags.hex = def_flags.hex;
hex               674 src/usermenu.c                     mcview_global_flags.hex = FALSE;
hex               679 src/usermenu.c                     mcview_global_flags.hex = TRUE;
hex               110 src/viewer/actions_cmd.c             if (view->mode_flags.hex)
hex               118 src/viewer/actions_cmd.c         if (view->mode_flags.hex)
hex               417 src/viewer/actions_cmd.c         if (!view->mode_flags.hex)
hex               421 src/viewer/actions_cmd.c         if (!view->mode_flags.hex)
hex               569 src/viewer/actions_cmd.c     if (view->mode_flags.hex)
hex               586 src/viewer/actions_cmd.c     if (view->hexedit_mode && view->mode_flags.hex
hex               685 src/viewer/actions_cmd.c         if (view->mode_flags.hex)
hex               228 src/viewer/dialogs.c                 if (!view->mode_flags.hex)
hex               233 src/viewer/dialogs.c                 if (!view->mode_flags.hex)
hex                87 src/viewer/display.c     const global_keymap_t *keymap = view->mode_flags.hex ? view->hex_keymap : w->keymap;
hex                92 src/viewer/display.c     if (view->mode_flags.hex)
hex               171 src/viewer/display.c         if (view->mode_flags.hex)
hex               194 src/viewer/display.c         mcview_display_percent (view, view->mode_flags.hex ? view->hex_cursor : view->dpy_end);
hex               250 src/viewer/display.c     if (view->mode_flags.hex)
hex               287 src/viewer/display.c     height = (ruler == RULER_NONE || view->mode_flags.hex) ? 0 : 2;
hex               128 src/viewer/lib.c     view->mode_flags.hex = !view->mode_flags.hex;
hex               130 src/viewer/lib.c     if (view->mode_flags.hex)
hex               142 src/viewer/lib.c     mcview_altered_flags.hex = TRUE;
hex               210 src/viewer/lib.c                             view->mode_flags.hex ? view->hex_cursor : view->dpy_start,
hex               413 src/viewer/lib.c     if (view->mode_flags.hex && filesize > 0)
hex                55 src/viewer/mcviewer.c     .hex = FALSE,
hex                62 src/viewer/mcviewer.c     .hex = FALSE,
hex               222 src/viewer/mcviewer.c     if (mcview_global_flags.hex)
hex               446 src/viewer/mcviewer.c         if (!view->mode_flags.hex)
hex                22 src/viewer/mcviewer.h     gboolean hex;               /* Plainview or hexview */
hex                75 src/viewer/move.c     if (view->mode_flags.hex)
hex               102 src/viewer/move.c         view->search_start = view->mode_flags.hex ? view->hex_cursor : view->dpy_start;
hex               116 src/viewer/move.c     if (!view->mode_flags.hex)
hex               150 src/viewer/move.c     if (!view->mode_flags.hex)
hex               179 src/viewer/move.c     if (view->mode_flags.hex)
hex               204 src/viewer/move.c     if (view->mode_flags.hex)
hex               255 src/viewer/move.c     if (view->mode_flags.hex)
hex               274 src/viewer/move.c     if (!view->mode_flags.hex)
hex               292 src/viewer/move.c     if (!view->mode_flags.hex)
hex               317 src/viewer/move.c     if (view->mode_flags.hex)
hex               395 src/viewer/move.c     if (view->mode_flags.hex)
hex               202 src/viewer/search.c     if (!view->mode_flags.hex)