data_vpath       3461 src/filemanager/panel.c             vfs_path_t *data_vpath;
data_vpath       3463 src/filemanager/panel.c             data_vpath = vfs_path_from_str ((char *) next->data);
data_vpath       3464 src/filemanager/panel.c             ok = panel_do_cd_int (panel, data_vpath, cd_exact);
data_vpath       3465 src/filemanager/panel.c             vfs_path_free (data_vpath, TRUE);
data_vpath       3488 src/filemanager/panel.c             vfs_path_t *data_vpath;
data_vpath       3490 src/filemanager/panel.c             data_vpath = vfs_path_from_str ((char *) prev->data);
data_vpath       3491 src/filemanager/panel.c             ok = panel_do_cd_int (panel, data_vpath, cd_exact);
data_vpath       3492 src/filemanager/panel.c             vfs_path_free (data_vpath, TRUE);