MC_SEARCH_T_GLOB   56 lib/search/search.c     { N_ ("Wil&dcard search"), MC_SEARCH_T_GLOB },
MC_SEARCH_T_GLOB   75 lib/search/search.c     case MC_SEARCH_T_GLOB:
MC_SEARCH_T_GLOB  281 lib/search/search.c     case MC_SEARCH_T_GLOB:
MC_SEARCH_T_GLOB  300 lib/search/search.c     case MC_SEARCH_T_GLOB:
MC_SEARCH_T_GLOB  341 lib/search/search.c     case MC_SEARCH_T_GLOB:
MC_SEARCH_T_GLOB  381 lib/search/search.c     case MC_SEARCH_T_GLOB:
MC_SEARCH_T_GLOB  416 lib/search/search.c     if (type == MC_SEARCH_T_GLOB)
MC_SEARCH_T_GLOB 1497 src/filemanager/filegui.c             ctx->search_handle->search_type = MC_SEARCH_T_GLOB;
MC_SEARCH_T_GLOB 1719 src/filemanager/find.c     search_file_handle->search_type = options.file_pattern ? MC_SEARCH_T_GLOB : MC_SEARCH_T_REGEX;
MC_SEARCH_T_GLOB 2566 src/filemanager/panel.c     search->search_type = shell_patterns ? MC_SEARCH_T_GLOB : MC_SEARCH_T_REGEX;
MC_SEARCH_T_GLOB 2738 src/filemanager/panel.c     search->search_type = MC_SEARCH_T_GLOB;
MC_SEARCH_T_GLOB 4490 src/filemanager/panel.c         panel->filter.handler->search_type = shell_patterns ? MC_SEARCH_T_GLOB : MC_SEARCH_T_REGEX;
MC_SEARCH_T_GLOB  236 src/usermenu.c     const mc_search_type_t search_type = easy_patterns ? MC_SEARCH_T_GLOB : MC_SEARCH_T_REGEX;
MC_SEARCH_T_GLOB  318 src/vfs/sftpfs/config_parser.c                 pattern_regexp->search_type = MC_SEARCH_T_GLOB;
MC_SEARCH_T_GLOB   74 tests/lib/search/glob_prepare_replace_str.c     s->search_type = MC_SEARCH_T_GLOB;