Searched refs:fn_tilde_expand (Results 1 – 3 of 3) sorted by relevance
41 char *fn_tilde_expand(const char *);
72 fn_tilde_expand(const char *txt) in fn_tilde_expand() function207 dirpath = fn_tilde_expand(dirname); in fn_filename_completion_function()264 char *expname = *name == '~' ? fn_tilde_expand(name) : NULL; in append_char_function()
1677 return fn_tilde_expand(name); in tilde_expand()