Searched defs:fn_tilde_expand (Results 1 - 1 of 1) sorted by relevance

/external/libedit/src/
H A Dfilecomplete.c72 fn_tilde_expand(const char *txt) function
207 dirpath = fn_tilde_expand(dirname);
264 char *expname = *name == '~' ? fn_tilde_expand(name) : NULL;

Completed in 31 milliseconds