real_filename_vpath 136 src/editor/editcmd.c vfs_path_t *real_filename_vpath; real_filename_vpath 151 src/editor/editcmd.c real_filename_vpath = vfs_path_append_vpath_new (edit->dir_vpath, filename_vpath, NULL); real_filename_vpath 153 src/editor/editcmd.c real_filename_vpath = vfs_path_clone (filename_vpath); real_filename_vpath 158 src/editor/editcmd.c if (!vfs_file_is_local (real_filename_vpath)) real_filename_vpath 163 src/editor/editcmd.c fd = mc_open (real_filename_vpath, O_RDONLY | O_BINARY); real_filename_vpath 173 src/editor/editcmd.c rv = mc_stat (real_filename_vpath, &sb); real_filename_vpath 190 src/editor/editcmd.c vfs_path_free (real_filename_vpath, TRUE); real_filename_vpath 206 src/editor/editcmd.c vfs_path_free (real_filename_vpath, TRUE); real_filename_vpath 213 src/editor/editcmd.c savename_vpath = vfs_path_clone (real_filename_vpath); real_filename_vpath 218 src/editor/editcmd.c savedir = vfs_path_tokens_get (real_filename_vpath, 0, -1); real_filename_vpath 229 src/editor/editcmd.c vfs_path_free (real_filename_vpath, TRUE); real_filename_vpath 250 src/editor/editcmd.c p = edit_get_write_filter (savename_vpath, real_filename_vpath); real_filename_vpath 339 src/editor/editcmd.c tmp_vpath = vfs_path_clone (real_filename_vpath); real_filename_vpath 346 src/editor/editcmd.c ok = (mc_rename (real_filename_vpath, tmp_vpath) != -1); real_filename_vpath 352 src/editor/editcmd.c if (this_save_mode != EDIT_QUICK_SAVE && mc_rename (savename_vpath, real_filename_vpath) == -1) real_filename_vpath 355 src/editor/editcmd.c vfs_path_free (real_filename_vpath, TRUE); real_filename_vpath 363 src/editor/editcmd.c vfs_path_free (real_filename_vpath, TRUE);