host_regexp 230 src/vfs/sftpfs/config_parser.c mc_search_t *host_regexp; host_regexp 235 src/vfs/sftpfs/config_parser.c host_regexp = mc_search_new ("^\\s*host\\s+(.*)$", DEFAULT_CHARSET); host_regexp 236 src/vfs/sftpfs/config_parser.c host_regexp->search_type = MC_SEARCH_T_REGEX; host_regexp 237 src/vfs/sftpfs/config_parser.c host_regexp->is_case_sensitive = FALSE; host_regexp 265 src/vfs/sftpfs/config_parser.c if (mc_search_run (host_regexp, buffer, 0, strlen (buffer), NULL)) host_regexp 274 src/vfs/sftpfs/config_parser.c host_pattern_offset = mc_search_getstart_result_by_num (host_regexp, 1); host_regexp 302 src/vfs/sftpfs/config_parser.c mc_search_free (host_regexp);