Home
last modified time | relevance | path

Searched refs:file_pattern (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dfindfile.c2427 char_u *file_pattern; in uniquefy_paths() local
2443 file_pattern = alloc(len + 2); in uniquefy_paths()
2444 if (file_pattern == NULL) in uniquefy_paths()
2446 file_pattern[0] = '*'; in uniquefy_paths()
2447 file_pattern[1] = NUL; in uniquefy_paths()
2448 STRCAT(file_pattern, pattern); in uniquefy_paths()
2449 pat = file_pat_to_reg_pat(file_pattern, NULL, NULL, TRUE); in uniquefy_paths()
2450 vim_free(file_pattern); in uniquefy_paths()