Searched refs:in_curdir (Results 1 – 1 of 1) sorted by relevance
2431 char_u **in_curdir = NULL; in uniquefy_paths() local2465 in_curdir = ALLOC_CLEAR_MULT(char_u *, gap->ga_len); in uniquefy_paths()2466 if (in_curdir == NULL) in uniquefy_paths()2481 in_curdir[i] = vim_strsave(path); in uniquefy_paths()2552 char_u *path = in_curdir[i]; in uniquefy_paths()2583 if (in_curdir != NULL) in uniquefy_paths()2586 vim_free(in_curdir[i]); in uniquefy_paths()2587 vim_free(in_curdir); in uniquefy_paths()