file_vpath       2130 src/editor/edit.c         edit->attrs_ok = (mc_fgetflags (arg->file_vpath, &edit->attrs) == 0);
file_vpath       2142 src/editor/edit.c         edit_set_filename (edit, arg->file_vpath);
file_vpath       4095 src/editor/edit.c         vfs_path_free (edit_history_moveto[edit_stack_iterator].file_vpath, TRUE);
file_vpath       4126 src/editor/edit.c edit_arg_vpath_new (vfs_path_t *file_vpath, long line_number)
file_vpath       4131 src/editor/edit.c     arg->file_vpath = file_vpath;
file_vpath       4164 src/editor/edit.c     arg->file_vpath = (vfs_path_t *) vpath;
file_vpath       4180 src/editor/edit.c     vfs_path_free (arg->file_vpath, TRUE);
file_vpath       4194 src/editor/edit.c     vfs_path_free (arg->file_vpath, TRUE);
file_vpath         67 src/editor/edit.h     vfs_path_t *file_vpath;
file_vpath         84 src/editor/edit.h edit_arg_t *edit_arg_vpath_new (vfs_path_t *file_vpath, long line_number);
file_vpath       1979 src/editor/editcmd.c     if (edit_history_moveto[edit_stack_iterator].file_vpath != NULL)
file_vpath       2006 src/editor/editcmd.c     if (edit_history_moveto[edit_stack_iterator].file_vpath != NULL)
file_vpath         53 src/util.c     check_for_default (const vfs_path_t *default_file_vpath, const vfs_path_t *file_vpath)
file_vpath         55 src/util.c         if (!exist_file (vfs_path_as_str (file_vpath)))
file_vpath         64 src/util.c             copy_file_file (ctx, vfs_path_as_str (default_file_vpath), vfs_path_as_str (file_vpath));
file_vpath         15 src/util.h     gboolean check_for_default (const vfs_path_t *default_file_vpath, const vfs_path_t *file_vpath);
file_vpath        231 src/viewer/mcviewer.c mcview_viewer (const char *command, const vfs_path_t *file_vpath, int start_line,
file_vpath        259 src/viewer/mcviewer.c     succeeded = mcview_load (lc_mcview, command, vfs_path_as_str (file_vpath), start_line,
file_vpath         47 src/viewer/mcviewer.h extern gboolean mcview_viewer (const char *command, const vfs_path_t *file_vpath, int start_line,
file_vpath        169 tests/src/editor/edit_complete_word_cmd.c     arg.file_vpath = vfs_path_from_str ("edit_complete_word_cmd_test_data.txt");