shell_patterns   2606 src/filemanager/panel.c     gboolean shell_patterns = (*flags & SELECT_SHELL_PATTERNS) != 0;
shell_patterns   2617 src/filemanager/panel.c             QUICK_CHECKBOX (N_("&Using shell patterns"), &shell_patterns, NULL),
shell_patterns   2644 src/filemanager/panel.c     search->search_type = shell_patterns ? MC_SEARCH_T_GLOB : MC_SEARCH_T_REGEX;
shell_patterns   2666 src/filemanager/panel.c     if (shell_patterns)
shell_patterns   4533 src/filemanager/panel.c         gboolean shell_patterns = (panel->filter.flags & SELECT_SHELL_PATTERNS) != 0;
shell_patterns   4536 src/filemanager/panel.c         panel->filter.handler->search_type = shell_patterns ? MC_SEARCH_T_GLOB : MC_SEARCH_T_REGEX;