new_vpath         942 lib/vfs/path.c     vfs_path_t *new_vpath;
new_vpath         948 lib/vfs/path.c     new_vpath = vfs_path_new (vpath->relative);
new_vpath         956 lib/vfs/path.c         g_array_append_val (new_vpath->path, path_element);
new_vpath         958 lib/vfs/path.c     new_vpath->str = g_strdup (vpath->str);
new_vpath         960 lib/vfs/path.c     return new_vpath;
new_vpath        1241 src/filemanager/boxes.c symlink_box (const vfs_path_t * existing_vpath, const vfs_path_t * new_vpath,
new_vpath        1251 src/filemanager/boxes.c                              vfs_path_as_str (new_vpath), "input-1",
new_vpath          32 src/filemanager/boxes.h void symlink_box (const vfs_path_t * existing_vpath, const vfs_path_t * new_vpath,
new_vpath         237 src/filemanager/cd.c         vfs_path_t *new_vpath = NULL;
new_vpath         241 src/filemanager/cd.c             new_vpath = vfs_path_from_str (mc_config_get_home_dir ());
new_vpath         242 src/filemanager/cd.c             sync_tree (new_vpath);
new_vpath         260 src/filemanager/cd.c                 new_vpath = vfs_path_from_str (p);
new_vpath         262 src/filemanager/cd.c                 new_vpath = vfs_path_append_new (current_panel->cwd_vpath, p, (char *) NULL);
new_vpath         264 src/filemanager/cd.c             sync_tree (new_vpath);
new_vpath         267 src/filemanager/cd.c         vfs_path_free (new_vpath, TRUE);