host_regexp       212 src/vfs/sftpfs/config_parser.c     mc_search_t *host_regexp;
host_regexp       217 src/vfs/sftpfs/config_parser.c     host_regexp = mc_search_new ("^\\s*host\\s+(.*)$", DEFAULT_CHARSET);
host_regexp       218 src/vfs/sftpfs/config_parser.c     host_regexp->search_type = MC_SEARCH_T_REGEX;
host_regexp       219 src/vfs/sftpfs/config_parser.c     host_regexp->is_case_sensitive = FALSE;
host_regexp       247 src/vfs/sftpfs/config_parser.c         if (mc_search_run (host_regexp, buffer, 0, strlen (buffer), NULL))
host_regexp       256 src/vfs/sftpfs/config_parser.c             host_pattern_offset = mc_search_getstart_result_by_num (host_regexp, 1);
host_regexp       284 src/vfs/sftpfs/config_parser.c     mc_search_free (host_regexp);