new_vpath 914 lib/vfs/path.c vfs_path_t *new_vpath; new_vpath 920 lib/vfs/path.c new_vpath = vfs_path_new (vpath->relative); new_vpath 928 lib/vfs/path.c g_array_append_val (new_vpath->path, path_element); new_vpath 930 lib/vfs/path.c new_vpath->str = g_strdup (vpath->str); new_vpath 932 lib/vfs/path.c return new_vpath; new_vpath 1272 src/filemanager/boxes.c symlink_box (const vfs_path_t *existing_vpath, const vfs_path_t *new_vpath, char **ret_existing, new_vpath 1281 src/filemanager/boxes.c vfs_path_as_str (new_vpath), "input-1", ret_new, NULL, FALSE, FALSE, new_vpath 32 src/filemanager/boxes.h void symlink_box (const vfs_path_t *existing_vpath, const vfs_path_t *new_vpath, new_vpath 235 src/filemanager/cd.c vfs_path_t *new_vpath = NULL; new_vpath 239 src/filemanager/cd.c new_vpath = vfs_path_from_str (mc_config_get_home_dir ()); new_vpath 240 src/filemanager/cd.c sync_tree (new_vpath); new_vpath 258 src/filemanager/cd.c new_vpath = vfs_path_from_str (p); new_vpath 260 src/filemanager/cd.c new_vpath = vfs_path_append_new (current_panel->cwd_vpath, p, (char *) NULL); new_vpath 262 src/filemanager/cd.c sync_tree (new_vpath); new_vpath 265 src/filemanager/cd.c vfs_path_free (new_vpath, TRUE);