tilde_expand      241 lib/util.h     char *tilde_expand (const char *directory);
tilde_expand      186 lib/widget/input_complete.c         dirname = tilde_expand (dirname);
tilde_expand      647 lib/widget/input_complete.c                 expanded = tilde_expand (*cur_path != '\0' ? cur_path : ".");
tilde_expand      608 lib/widget/quick.c                         tilde_expand (input_get_ctext (INPUT (item->widget)));
tilde_expand      491 lib/widget/wtools.c         expanded = tilde_expand (result);
tilde_expand      411 src/editor/editcmd.c         fname = tilde_expand (filename_res);
tilde_expand       92 src/filemanager/cd.c     path_tilde = tilde_expand (path);
tilde_expand     1502 src/filemanager/filegui.c         dest_dir = tilde_expand (tmp);
tilde_expand      814 src/filemanager/find.c         s = tilde_expand (*start_dir);
tilde_expand     1342 src/filemanager/hotlist.c             url = tilde_expand (tkn_buf->str);
tilde_expand     1395 src/filemanager/hotlist.c             url = tilde_expand (tkn_buf->str);
tilde_expand      160 src/vfs/sftpfs/config_parser.c     fn = tilde_expand (filename);