real_filename_vpath  134 src/editor/editcmd.c     vfs_path_t *real_filename_vpath;
real_filename_vpath  149 src/editor/editcmd.c         real_filename_vpath = vfs_path_append_vpath_new (edit->dir_vpath, filename_vpath, NULL);
real_filename_vpath  151 src/editor/editcmd.c         real_filename_vpath = vfs_path_clone (filename_vpath);
real_filename_vpath  156 src/editor/editcmd.c         if (!vfs_file_is_local (real_filename_vpath))
real_filename_vpath  161 src/editor/editcmd.c             fd = mc_open (real_filename_vpath, O_RDONLY | O_BINARY);
real_filename_vpath  171 src/editor/editcmd.c     rv = mc_stat (real_filename_vpath, &sb);
real_filename_vpath  188 src/editor/editcmd.c                 vfs_path_free (real_filename_vpath, TRUE);
real_filename_vpath  204 src/editor/editcmd.c                 vfs_path_free (real_filename_vpath, TRUE);
real_filename_vpath  211 src/editor/editcmd.c         savename_vpath = vfs_path_clone (real_filename_vpath);
real_filename_vpath  216 src/editor/editcmd.c         savedir = vfs_path_tokens_get (real_filename_vpath, 0, -1);
real_filename_vpath  227 src/editor/editcmd.c             vfs_path_free (real_filename_vpath, TRUE);
real_filename_vpath  248 src/editor/editcmd.c     p = edit_get_write_filter (savename_vpath, real_filename_vpath);
real_filename_vpath  329 src/editor/editcmd.c         tmp_vpath = vfs_path_clone (real_filename_vpath);
real_filename_vpath  336 src/editor/editcmd.c         ok = (mc_rename (real_filename_vpath, tmp_vpath) != -1);
real_filename_vpath  342 src/editor/editcmd.c     if (this_save_mode != EDIT_QUICK_SAVE && mc_rename (savename_vpath, real_filename_vpath) == -1)
real_filename_vpath  345 src/editor/editcmd.c     vfs_path_free (real_filename_vpath, TRUE);
real_filename_vpath  353 src/editor/editcmd.c     vfs_path_free (real_filename_vpath, TRUE);