MC_SEARCH_T_REGEX  125 lib/filehighlight/ini-file-read.c     mc_filter->search_condition->search_type = MC_SEARCH_T_REGEX;
MC_SEARCH_T_REGEX  173 lib/filehighlight/ini-file-read.c     mc_filter->search_condition->search_type = MC_SEARCH_T_REGEX;
MC_SEARCH_T_REGEX 1048 lib/search/regex.c     if (search->search_type == MC_SEARCH_T_REGEX)
MC_SEARCH_T_REGEX   56 lib/search/search.c     { N_ ("Re&gular expression"), MC_SEARCH_T_REGEX },
MC_SEARCH_T_REGEX   83 lib/search/search.c     case MC_SEARCH_T_REGEX:
MC_SEARCH_T_REGEX  291 lib/search/search.c     case MC_SEARCH_T_REGEX:
MC_SEARCH_T_REGEX  315 lib/search/search.c     case MC_SEARCH_T_REGEX:
MC_SEARCH_T_REGEX  351 lib/search/search.c     case MC_SEARCH_T_REGEX:
MC_SEARCH_T_REGEX  393 lib/search/search.c     case MC_SEARCH_T_REGEX:
MC_SEARCH_T_REGEX  244 src/editor/editcomplete.c     srch->search_type = MC_SEARCH_T_REGEX;
MC_SEARCH_T_REGEX 1360 src/editor/syntax.c             q = mc_search (args[1], DEFAULT_CHARSET, editor_file, MC_SEARCH_T_REGEX);
MC_SEARCH_T_REGEX 1365 src/editor/syntax.c                 q = mc_search (args[3], DEFAULT_CHARSET, first_line, MC_SEARCH_T_REGEX);
MC_SEARCH_T_REGEX  761 src/filemanager/ext.c             search->search_type = MC_SEARCH_T_REGEX;
MC_SEARCH_T_REGEX  960 src/filemanager/ext.c                               MC_SEARCH_T_REGEX);
MC_SEARCH_T_REGEX 1001 src/filemanager/ext.c                 search->search_type = MC_SEARCH_T_REGEX;
MC_SEARCH_T_REGEX 1507 src/filemanager/filegui.c             ctx->search_handle->search_type = MC_SEARCH_T_REGEX;
MC_SEARCH_T_REGEX  419 src/filemanager/find.c         search->search_type = MC_SEARCH_T_REGEX;
MC_SEARCH_T_REGEX 1741 src/filemanager/find.c             options.content_regexp ? MC_SEARCH_T_REGEX : MC_SEARCH_T_NORMAL;
MC_SEARCH_T_REGEX 1749 src/filemanager/find.c     search_file_handle->search_type = options.file_pattern ? MC_SEARCH_T_GLOB : MC_SEARCH_T_REGEX;
MC_SEARCH_T_REGEX 2005 src/filemanager/panel.c     search->search_type = MC_SEARCH_T_REGEX;
MC_SEARCH_T_REGEX 2574 src/filemanager/panel.c     search->search_type = shell_patterns ? MC_SEARCH_T_GLOB : MC_SEARCH_T_REGEX;
MC_SEARCH_T_REGEX 4504 src/filemanager/panel.c         panel->filter.handler->search_type = shell_patterns ? MC_SEARCH_T_GLOB : MC_SEARCH_T_REGEX;
MC_SEARCH_T_REGEX  236 src/usermenu.c     const mc_search_type_t search_type = easy_patterns ? MC_SEARCH_T_GLOB : MC_SEARCH_T_REGEX;
MC_SEARCH_T_REGEX  269 src/vfs/sftpfs/config_parser.c     host_regexp->search_type = MC_SEARCH_T_REGEX;
MC_SEARCH_T_REGEX  458 src/vfs/sftpfs/config_parser.c         config_variables[i].pattern_regexp->search_type = MC_SEARCH_T_REGEX;