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 49 char *fn_tilde_expand(const char *);
filecomplete.c 67 fn_tilde_expand(const char *txt)
389 dirpath = fn_tilde_expand(dirname);
456 char *expname = *name == '~' ? fn_tilde_expand(name) : NULL;
65 fn_tilde_expand(const char *txt) function
readline.c 1877 return fn_tilde_expand(name);

Completed in 41 milliseconds