Searched refs:exp_path (Results 1 – 1 of 1) sorted by relevance
644 char_u *exp_path; in showmatches() local650 exp_path = expand_env_save_opt(files_found[k], TRUE); in showmatches()651 path = exp_path != NULL ? exp_path : files_found[k]; in showmatches()655 vim_free(exp_path); in showmatches()