file_vpath        483 src/args.c     mcedit_arg_vpath_new (vfs_path_t * file_vpath, long line_number)
file_vpath        488 src/args.c         arg->file_vpath = file_vpath;
file_vpath        841 src/args.c         vfs_path_free (arg->file_vpath, TRUE);
file_vpath         15 src/args.h         vfs_path_t *file_vpath;
file_vpath         75 src/editor/edit.h gboolean edit_file (const vfs_path_t * file_vpath, long line);
file_vpath       1200 src/editor/editwidget.c edit_file (const vfs_path_t * file_vpath, long line)
file_vpath       1202 src/editor/editwidget.c     mcedit_arg_t arg = { (vfs_path_t *) file_vpath, line };
file_vpath       1276 src/editor/editwidget.c         f_ok = edit_load_file_from_filename (edit_dlg, f->file_vpath, f->line_number);
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         67 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        238 src/viewer/mcviewer.c mcview_viewer (const char *command, const vfs_path_t * file_vpath, int start_line,
file_vpath        264 src/viewer/mcviewer.c         mcview_load (lc_mcview, command, vfs_path_as_str (file_vpath), start_line, search_start,
file_vpath         48 src/viewer/mcviewer.h extern gboolean mcview_viewer (const char *command, const vfs_path_t * file_vpath, int start_line,