real_filename_vpath  135 src/editor/editcmd.c     vfs_path_t *real_filename_vpath;
real_filename_vpath  150 src/editor/editcmd.c         real_filename_vpath = vfs_path_append_vpath_new (edit->dir_vpath, filename_vpath, NULL);
real_filename_vpath  152 src/editor/editcmd.c         real_filename_vpath = vfs_path_clone (filename_vpath);
real_filename_vpath  157 src/editor/editcmd.c         if (!vfs_file_is_local (real_filename_vpath))
real_filename_vpath  162 src/editor/editcmd.c             fd = mc_open (real_filename_vpath, O_RDONLY | O_BINARY);
real_filename_vpath  172 src/editor/editcmd.c     rv = mc_stat (real_filename_vpath, &sb);
real_filename_vpath  189 src/editor/editcmd.c                 vfs_path_free (real_filename_vpath, TRUE);
real_filename_vpath  205 src/editor/editcmd.c                 vfs_path_free (real_filename_vpath, TRUE);
real_filename_vpath  212 src/editor/editcmd.c         savename_vpath = vfs_path_clone (real_filename_vpath);
real_filename_vpath  217 src/editor/editcmd.c         savedir = vfs_path_tokens_get (real_filename_vpath, 0, -1);
real_filename_vpath  228 src/editor/editcmd.c             vfs_path_free (real_filename_vpath, TRUE);
real_filename_vpath  249 src/editor/editcmd.c     p = edit_get_write_filter (savename_vpath, real_filename_vpath);
real_filename_vpath  330 src/editor/editcmd.c         tmp_vpath = vfs_path_clone (real_filename_vpath);
real_filename_vpath  337 src/editor/editcmd.c         ok = (mc_rename (real_filename_vpath, tmp_vpath) != -1);
real_filename_vpath  343 src/editor/editcmd.c     if (this_save_mode != EDIT_QUICK_SAVE && mc_rename (savename_vpath, real_filename_vpath) == -1)
real_filename_vpath  346 src/editor/editcmd.c     vfs_path_free (real_filename_vpath, TRUE);
real_filename_vpath  354 src/editor/editcmd.c     vfs_path_free (real_filename_vpath, TRUE);