real_filename_vpath 132 src/editor/editcmd.c vfs_path_t *real_filename_vpath; real_filename_vpath 147 src/editor/editcmd.c real_filename_vpath = vfs_path_append_vpath_new (edit->dir_vpath, filename_vpath, NULL); real_filename_vpath 149 src/editor/editcmd.c real_filename_vpath = vfs_path_clone (filename_vpath); real_filename_vpath 154 src/editor/editcmd.c if (!vfs_file_is_local (real_filename_vpath)) real_filename_vpath 159 src/editor/editcmd.c fd = mc_open (real_filename_vpath, O_RDONLY | O_BINARY); real_filename_vpath 169 src/editor/editcmd.c rv = mc_stat (real_filename_vpath, &sb); real_filename_vpath 186 src/editor/editcmd.c vfs_path_free (real_filename_vpath, TRUE); real_filename_vpath 202 src/editor/editcmd.c vfs_path_free (real_filename_vpath, TRUE); real_filename_vpath 209 src/editor/editcmd.c savename_vpath = vfs_path_clone (real_filename_vpath); real_filename_vpath 214 src/editor/editcmd.c savedir = vfs_path_tokens_get (real_filename_vpath, 0, -1); real_filename_vpath 225 src/editor/editcmd.c vfs_path_free (real_filename_vpath, TRUE); real_filename_vpath 246 src/editor/editcmd.c p = edit_get_write_filter (savename_vpath, real_filename_vpath); real_filename_vpath 327 src/editor/editcmd.c tmp_vpath = vfs_path_clone (real_filename_vpath); real_filename_vpath 334 src/editor/editcmd.c ok = (mc_rename (real_filename_vpath, tmp_vpath) != -1); real_filename_vpath 340 src/editor/editcmd.c if (this_save_mode != EDIT_QUICK_SAVE && mc_rename (savename_vpath, real_filename_vpath) == -1) real_filename_vpath 343 src/editor/editcmd.c vfs_path_free (real_filename_vpath, TRUE); real_filename_vpath 351 src/editor/editcmd.c vfs_path_free (real_filename_vpath, TRUE);