Home
last modified time | relevance | path

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

/dports/misc/clex/clex-4.6.patch9/src/
H A Duserdata.h11 extern const wchar_t *dir_tilde(const wchar_t *);
H A Dexec.c460 return convert2mb(tilde ? dir_tilde(dirstr) : dirstr); in check_cd()
H A Ddirectory.c449 dir = convert2mb(dir_tilde(USTR(textline->line))); in cx_dir_enter()
H A Duserdata.c505 dir_tilde(const wchar_t *dir) in dir_tilde() function
H A Dcompletion.c902 rq.dirw = dir_tilde(rq.dirw); in compl_file()