Searched refs:fn_tilde_expand (Results 1 – 3 of 3) sorted by relevance
48 char *fn_tilde_expand(const char *);
65 fn_tilde_expand(const char *txt) in fn_tilde_expand() function387 dirpath = fn_tilde_expand(dirname); in fn_filename_completion_function()450 char *expname = *name == '~' ? fn_tilde_expand(name) : NULL; in append_char_function()
1866 return fn_tilde_expand(name); in tilde_expand()