root_vpath        409 src/filemanager/panel.c         vfs_path_free (p->root_vpath, TRUE);
root_vpath       2353 src/filemanager/panel.c                 mc_build_filename (vfs_path_as_str (panel->panelized_descr->root_vpath), fname->str,
root_vpath       5224 src/filemanager/panel.c     if (pdescr->root_vpath == NULL)
root_vpath       5235 src/filemanager/panel.c     panelized_same = vfs_path_equal (pdescr->root_vpath, panel->cwd_vpath);
root_vpath       5246 src/filemanager/panel.c                 vfs_path_append_new (pdescr->root_vpath, plist->list[i].fname->str, (char *) NULL);
root_vpath       5277 src/filemanager/panel.c         vfs_path_free (panel->panelized_descr->root_vpath, TRUE);
root_vpath       5279 src/filemanager/panel.c     panel->panelized_descr->root_vpath = vfs_path_clone (new_root);
root_vpath       5409 src/filemanager/panel.c         if (vfs_path_equal_len (new_dir_vpath, panel->panelized_descr->root_vpath, new_vpath_len))
root_vpath       5410 src/filemanager/panel.c             _new_dir_vpath = panel->panelized_descr->root_vpath;
root_vpath         78 src/filemanager/panel.h     vfs_path_t *root_vpath;