file_vpath       2168 src/editor/edit.c         edit->attrs_ok = (mc_fgetflags (arg->file_vpath, &edit->attrs) == 0);
file_vpath       2180 src/editor/edit.c         edit_set_filename (edit, arg->file_vpath);
file_vpath       4161 src/editor/edit.c         vfs_path_free (edit_history_moveto[edit_stack_iterator].file_vpath, TRUE);
file_vpath       4192 src/editor/edit.c edit_arg_vpath_new (vfs_path_t *file_vpath, long line_number)
file_vpath       4197 src/editor/edit.c     arg->file_vpath = file_vpath;
file_vpath       4230 src/editor/edit.c     arg->file_vpath = (vfs_path_t *) vpath;
file_vpath       4246 src/editor/edit.c     vfs_path_free (arg->file_vpath, TRUE);
file_vpath       4260 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       1994 src/editor/editcmd.c     if (edit_history_moveto[edit_stack_iterator].file_vpath != NULL)
file_vpath       2020 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         65 src/util.c                             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        237 src/viewer/mcviewer.c mcview_viewer (const char *command, const vfs_path_t *file_vpath, int start_line,
file_vpath        266 src/viewer/mcviewer.c         mcview_load (lc_mcview, command, vfs_path_as_str (file_vpath), start_line, search_start,
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        175 tests/src/editor/edit_complete_word_cmd.c     arg.file_vpath = vfs_path_from_str ("test-data.txt");