Searched refs:tilde_replace (Results 1 – 5 of 5) sorted by relevance
31 void tilde_replace(char_u *orig_pat, int num_files, char_u **files);
56 tilde_replace(str, numfiles, files); in ExpandEscape()
2994 tilde_replace(compl_pattern, num_matches, matches); in ins_compl_get_exp()
3965 tilde_replace( in tilde_replace() function
3680 7 tilde_replace() can only handle "~/", should also do "~user/".