HomeSort by: relevance | last modified time | path
    Searched refs:fn_tilde_expand (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libedit/
filecomplete.h 48 char *fn_tilde_expand(const char *);
filecomplete.c 65 fn_tilde_expand(const char *txt) function in typeref:typename:char *
387 dirpath = fn_tilde_expand(dirname);
450 char *expname = *name == '~' ? fn_tilde_expand(name) : NULL;
readline.c 1866 return fn_tilde_expand(name);

Completed in 14 milliseconds