dest_vpath        306 src/filemanager/cmd.c     vfs_path_t *dest_vpath = NULL;
dest_vpath        321 src/filemanager/cmd.c         dest_vpath = vfs_path_from_str (dest);
dest_vpath        322 src/filemanager/cmd.c         if (mc_link (fname_vpath, dest_vpath) == -1)
dest_vpath        358 src/filemanager/cmd.c         dest_vpath = vfs_path_from_str_flags (dest, VPF_NO_CANON);
dest_vpath        361 src/filemanager/cmd.c         if (mc_symlink (dest_vpath, s) == -1)
dest_vpath        370 src/filemanager/cmd.c     vfs_path_free (dest_vpath, TRUE);
dest_vpath       1138 src/filemanager/cmd.c                     vfs_path_t *dest_vpath;
dest_vpath       1140 src/filemanager/cmd.c                     dest_vpath = vfs_path_from_str_flags (dest, VPF_NO_CANON);
dest_vpath       1141 src/filemanager/cmd.c                     if (mc_symlink (dest_vpath, p_vpath) == -1)
dest_vpath       1144 src/filemanager/cmd.c                     vfs_path_free (dest_vpath, TRUE);
dest_vpath       3499 src/filemanager/file.c     vfs_path_t *dest_vpath = NULL;
dest_vpath       3543 src/filemanager/file.c         dest_vpath = vfs_path_from_str (dest);
dest_vpath       3570 src/filemanager/file.c             mc_setctl (dest_vpath, VFS_SETCTL_FORGET, NULL);
dest_vpath       3571 src/filemanager/file.c             vfs_path_free (dest_vpath, TRUE);
dest_vpath       3598 src/filemanager/file.c         && (mc_setctl (dest_vpath, VFS_SETCTL_STALE_DATA, GUINT_TO_POINTER (1)) != 0))
dest_vpath       3642 src/filemanager/file.c             dst_result = mc_stat (dest_vpath, &dst_stat);
dest_vpath       3700 src/filemanager/file.c     vfs_path_free (dest_vpath, TRUE);
dest_vpath        757 src/filemanager/tree.c         vfs_path_t *dest_vpath;
dest_vpath        760 src/filemanager/tree.c         dest_vpath = vfs_path_from_str (dest);
dest_vpath        762 src/filemanager/tree.c         if (mc_stat (dest_vpath, &buf) != 0)
dest_vpath        777 src/filemanager/tree.c         vfs_path_free (dest_vpath, TRUE);