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  389 src/editor/etags.c                     vfs_path_append_vpath_new (edit->dir_vpath, edit->filename_vpath, NULL);
vfs_path_append_vpath_new   72 src/filemanager/filenot.c     return vfs_path_append_vpath_new (vfs_get_raw_current_dir (), vpath, NULL);
vfs_path_append_vpath_new  343 tests/lib/vfs/path_manipulations.c     vpath3 = vfs_path_append_vpath_new (vpath1, vpath2, NULL);