hex               512 src/filemanager/cmd.c         mcview_altered_flags.hex = FALSE;
hex               515 src/filemanager/cmd.c         if (mcview_global_flags.hex)
hex               516 src/filemanager/cmd.c             changed_flags.hex = TRUE;
hex               521 src/filemanager/cmd.c         mcview_global_flags.hex = FALSE;
hex               527 src/filemanager/cmd.c         if (changed_flags.hex && !mcview_altered_flags.hex)
hex               528 src/filemanager/cmd.c             mcview_global_flags.hex = TRUE;
hex               371 src/filemanager/ext.c         .hex = mcview_global_flags.hex,
hex               380 src/filemanager/ext.c     mcview_altered_flags.hex = FALSE;
hex               382 src/filemanager/ext.c     if (def_flags.hex != mcview_global_flags.hex)
hex               383 src/filemanager/ext.c         changed_flags.hex = TRUE;
hex               392 src/filemanager/ext.c     if (changed_flags.hex && !mcview_altered_flags.hex)
hex               393 src/filemanager/ext.c         mcview_global_flags.hex = def_flags.hex;
hex               655 src/usermenu.c                     mcview_global_flags.hex = FALSE;
hex               660 src/usermenu.c                     mcview_global_flags.hex = TRUE;
hex               109 src/viewer/actions_cmd.c             if (view->mode_flags.hex)
hex               117 src/viewer/actions_cmd.c         if (view->mode_flags.hex)
hex               426 src/viewer/actions_cmd.c         if (!view->mode_flags.hex)
hex               430 src/viewer/actions_cmd.c         if (!view->mode_flags.hex)
hex               578 src/viewer/actions_cmd.c     if (view->mode_flags.hex)
hex               595 src/viewer/actions_cmd.c     if (view->hexedit_mode && view->mode_flags.hex
hex               694 src/viewer/actions_cmd.c         if (view->mode_flags.hex)
hex               225 src/viewer/dialogs.c                 if (!view->mode_flags.hex)
hex               230 src/viewer/dialogs.c                 if (!view->mode_flags.hex)
hex                84 src/viewer/display.c     const global_keymap_t *keymap = view->mode_flags.hex ? view->hex_keymap : w->keymap;
hex                89 src/viewer/display.c     if (view->mode_flags.hex)
hex               168 src/viewer/display.c         if (view->mode_flags.hex)
hex               191 src/viewer/display.c         mcview_display_percent (view, view->mode_flags.hex ? view->hex_cursor : view->dpy_end);
hex               247 src/viewer/display.c     if (view->mode_flags.hex)
hex               284 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               410 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               220 src/viewer/mcviewer.c     if (mcview_global_flags.hex)
hex               444 src/viewer/mcviewer.c         if (!view->mode_flags.hex)
hex                22 src/viewer/mcviewer.h     gboolean hex;               /* Plainview or hexview */
hex                73 src/viewer/move.c     if (view->mode_flags.hex)
hex               100 src/viewer/move.c         view->search_start = view->mode_flags.hex ? view->hex_cursor : view->dpy_start;
hex               114 src/viewer/move.c     if (!view->mode_flags.hex)
hex               148 src/viewer/move.c     if (!view->mode_flags.hex)
hex               177 src/viewer/move.c     if (view->mode_flags.hex)
hex               202 src/viewer/move.c     if (view->mode_flags.hex)
hex               253 src/viewer/move.c     if (view->mode_flags.hex)
hex               272 src/viewer/move.c     if (!view->mode_flags.hex)
hex               290 src/viewer/move.c     if (!view->mode_flags.hex)
hex               315 src/viewer/move.c     if (view->mode_flags.hex)
hex               393 src/viewer/move.c     if (view->mode_flags.hex)
hex               200 src/viewer/search.c     if (!view->mode_flags.hex)