current_goto_type  156 src/viewer/dialogs.c     static mcview_goto_type_t current_goto_type = MC_VIEW_GOTO_LINENUM;
current_goto_type  169 src/viewer/dialogs.c             QUICK_RADIO (num_of_types, (const char **) mc_view_goto_str, (int *) &current_goto_type,
current_goto_type  196 src/viewer/dialogs.c         int base = (current_goto_type == MC_VIEW_GOTO_OFFSET_HEX) ? 16 : 10;
current_goto_type  203 src/viewer/dialogs.c             switch (current_goto_type)