dir_vpath 2225 src/editor/edit.c vfs_path_free (edit->dir_vpath, TRUE); dir_vpath 145 src/editor/editcmd.c if (!IS_PATH_SEP (*start_filename) && edit->dir_vpath != NULL) dir_vpath 146 src/editor/editcmd.c real_filename_vpath = vfs_path_append_vpath_new (edit->dir_vpath, filename_vpath, NULL); dir_vpath 896 src/editor/editcmd.c if (edit->dir_vpath == NULL) dir_vpath 897 src/editor/editcmd.c edit->dir_vpath = vfs_path_clone (vfs_get_raw_current_dir ()); dir_vpath 66 src/editor/editwidget.h vfs_path_t *dir_vpath; // NULL if filename is absolute dir_vpath 382 src/editor/etags.c && edit->dir_vpath != NULL) dir_vpath 383 src/editor/etags.c vpath = vfs_path_append_vpath_new (edit->dir_vpath, edit->filename_vpath, NULL);