MC_SEARCH_T_GLOB   58 lib/search/search.c     {N_("Wil&dcard search"), MC_SEARCH_T_GLOB},
MC_SEARCH_T_GLOB   80 lib/search/search.c     case MC_SEARCH_T_GLOB:
MC_SEARCH_T_GLOB  308 lib/search/search.c     case MC_SEARCH_T_GLOB:
MC_SEARCH_T_GLOB  327 lib/search/search.c     case MC_SEARCH_T_GLOB:
MC_SEARCH_T_GLOB  368 lib/search/search.c     case MC_SEARCH_T_GLOB:
MC_SEARCH_T_GLOB  408 lib/search/search.c     case MC_SEARCH_T_GLOB:
MC_SEARCH_T_GLOB  443 lib/search/search.c     if (type == MC_SEARCH_T_GLOB)
MC_SEARCH_T_GLOB 1452 src/filemanager/filegui.c             ctx->search_handle->search_type = MC_SEARCH_T_GLOB;
MC_SEARCH_T_GLOB 1756 src/filemanager/find.c     search_file_handle->search_type = options.file_pattern ? MC_SEARCH_T_GLOB : MC_SEARCH_T_REGEX;
MC_SEARCH_T_GLOB 2644 src/filemanager/panel.c     search->search_type = shell_patterns ? MC_SEARCH_T_GLOB : MC_SEARCH_T_REGEX;
MC_SEARCH_T_GLOB 2815 src/filemanager/panel.c     search->search_type = MC_SEARCH_T_GLOB;
MC_SEARCH_T_GLOB 4536 src/filemanager/panel.c         panel->filter.handler->search_type = shell_patterns ? MC_SEARCH_T_GLOB : MC_SEARCH_T_REGEX;
MC_SEARCH_T_GLOB  232 src/usermenu.c     const mc_search_type_t search_type = easy_patterns ? MC_SEARCH_T_GLOB : MC_SEARCH_T_REGEX;
MC_SEARCH_T_GLOB  268 src/vfs/sftpfs/config_parser.c                 pattern_regexp->search_type = MC_SEARCH_T_GLOB;
MC_SEARCH_T_GLOB   76 tests/lib/search/glob_prepare_replace_str.c     s->search_type = MC_SEARCH_T_GLOB;