Home
last modified time | relevance | path

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

/external/libedit/src/editline/
Dreadline.h173 char *tilde_expand(char *);
/external/libvncserver/x11vnc/
Dtkx11vnc2634 proc tilde_expand {file} {
2699 set filex [tilde_expand "~/.x11vncrc"]
2799 set filex [tilde_expand $file]
2928 set file [tilde_expand $file]
3121 set logfile [tilde_expand $menu_var(logfile)]
6227 set mv [tilde_expand $mv]
/external/libedit/src/
Dreadline.c1675 tilde_expand(char *name) in tilde_expand() function