vfs_path_append_vpath_new 72 lib/vfs/path.h vfs_path_t *vfs_path_append_vpath_new (const vfs_path_t * first_vpath, ...); vfs_path_append_vpath_new 151 src/editor/editcmd.c real_filename_vpath = vfs_path_append_vpath_new (edit->dir_vpath, filename_vpath, NULL); vfs_path_append_vpath_new 387 src/editor/etags.c vpath = vfs_path_append_vpath_new (edit->dir_vpath, edit->filename_vpath, NULL); vfs_path_append_vpath_new 343 tests/lib/vfs/path_manipulations.c vpath3 = vfs_path_append_vpath_new (vpath1, vpath2, NULL);