new_vpath 930 lib/vfs/path.c vfs_path_t *new_vpath; new_vpath 936 lib/vfs/path.c new_vpath = vfs_path_new (); new_vpath 937 lib/vfs/path.c new_vpath->relative = vpath->relative; new_vpath 945 lib/vfs/path.c g_array_append_val (new_vpath->path, path_element); new_vpath 947 lib/vfs/path.c new_vpath->str = g_strdup (vpath->str); new_vpath 949 lib/vfs/path.c return new_vpath; new_vpath 1229 src/filemanager/boxes.c symlink_box (const vfs_path_t * existing_vpath, const vfs_path_t * new_vpath, new_vpath 1239 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 234 src/filemanager/cd.c vfs_path_t *new_vpath = NULL; new_vpath 238 src/filemanager/cd.c new_vpath = vfs_path_from_str (mc_config_get_home_dir ()); new_vpath 239 src/filemanager/cd.c sync_tree (new_vpath); new_vpath 257 src/filemanager/cd.c new_vpath = vfs_path_from_str (p); new_vpath 259 src/filemanager/cd.c new_vpath = vfs_path_append_new (current_panel->cwd_vpath, p, (char *) NULL); new_vpath 261 src/filemanager/cd.c sync_tree (new_vpath); new_vpath 264 src/filemanager/cd.c vfs_path_free (new_vpath, TRUE);