dir_vpath        2251 src/editor/edit.c     vfs_path_free (edit->dir_vpath, TRUE);
dir_vpath         150 src/editor/editcmd.c     if (!IS_PATH_SEP (*start_filename) && edit->dir_vpath != NULL)
dir_vpath         151 src/editor/editcmd.c         real_filename_vpath = vfs_path_append_vpath_new (edit->dir_vpath, filename_vpath, NULL);
dir_vpath         901 src/editor/editcmd.c     if (edit->dir_vpath == NULL)
dir_vpath         902 src/editor/editcmd.c         edit->dir_vpath = vfs_path_clone (vfs_get_raw_current_dir ());
dir_vpath          76 src/editor/editwidget.h     vfs_path_t *dir_vpath;      /* NULL if filename is absolute */
dir_vpath         387 src/editor/etags.c                 && edit->dir_vpath != NULL)
dir_vpath         389 src/editor/etags.c                     vfs_path_append_vpath_new (edit->dir_vpath, edit->filename_vpath, NULL);