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