real_filename_vpath  131 src/editor/editcmd.c     vfs_path_t *real_filename_vpath;
real_filename_vpath  146 src/editor/editcmd.c         real_filename_vpath = vfs_path_append_vpath_new (edit->dir_vpath, filename_vpath, NULL);
real_filename_vpath  148 src/editor/editcmd.c         real_filename_vpath = vfs_path_clone (filename_vpath);
real_filename_vpath  153 src/editor/editcmd.c         if (!vfs_file_is_local (real_filename_vpath))
real_filename_vpath  158 src/editor/editcmd.c             fd = mc_open (real_filename_vpath, O_RDONLY | O_BINARY);
real_filename_vpath  168 src/editor/editcmd.c     rv = mc_stat (real_filename_vpath, &sb);
real_filename_vpath  185 src/editor/editcmd.c                 vfs_path_free (real_filename_vpath, TRUE);
real_filename_vpath  201 src/editor/editcmd.c                 vfs_path_free (real_filename_vpath, TRUE);
real_filename_vpath  208 src/editor/editcmd.c         savename_vpath = vfs_path_clone (real_filename_vpath);
real_filename_vpath  213 src/editor/editcmd.c         savedir = vfs_path_tokens_get (real_filename_vpath, 0, -1);
real_filename_vpath  224 src/editor/editcmd.c             vfs_path_free (real_filename_vpath, TRUE);
real_filename_vpath  245 src/editor/editcmd.c     p = edit_get_write_filter (savename_vpath, real_filename_vpath);
real_filename_vpath  326 src/editor/editcmd.c         tmp_vpath = vfs_path_clone (real_filename_vpath);
real_filename_vpath  333 src/editor/editcmd.c         ok = (mc_rename (real_filename_vpath, tmp_vpath) != -1);
real_filename_vpath  339 src/editor/editcmd.c     if (this_save_mode != EDIT_QUICK_SAVE && mc_rename (savename_vpath, real_filename_vpath) == -1)
real_filename_vpath  342 src/editor/editcmd.c     vfs_path_free (real_filename_vpath, TRUE);
real_filename_vpath  350 src/editor/editcmd.c     vfs_path_free (real_filename_vpath, TRUE);