host_regexp 210 src/vfs/sftpfs/config_parser.c mc_search_t *host_regexp; host_regexp 215 src/vfs/sftpfs/config_parser.c host_regexp = mc_search_new ("^\\s*host\\s+(.*)$", DEFAULT_CHARSET); host_regexp 216 src/vfs/sftpfs/config_parser.c host_regexp->search_type = MC_SEARCH_T_REGEX; host_regexp 217 src/vfs/sftpfs/config_parser.c host_regexp->is_case_sensitive = FALSE; host_regexp 245 src/vfs/sftpfs/config_parser.c if (mc_search_run (host_regexp, buffer, 0, strlen (buffer), NULL)) host_regexp 254 src/vfs/sftpfs/config_parser.c host_pattern_offset = mc_search_getstart_result_by_num (host_regexp, 1); host_regexp 282 src/vfs/sftpfs/config_parser.c mc_search_free (host_regexp);