Home
last modified time | relevance | path

Searched refs:cf_expand_home_dir (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplfile.c90 static int cf_expand_home_dir(CompleteFile *cf, const char *user);
282 if(cf_expand_home_dir(cf, cf->usrnam)) in _cf_complete_file()
386 cf_expand_home_dir(cf, cf->usrnam)) in _cf_complete_file()
479 static int cf_expand_home_dir(CompleteFile *cf, const char *user) in cf_expand_home_dir() function