data_vpath       3473 src/filemanager/panel.c             vfs_path_t *data_vpath;
data_vpath       3475 src/filemanager/panel.c             data_vpath = vfs_path_from_str ((char *) next->data);
data_vpath       3476 src/filemanager/panel.c             ok = panel_do_cd_int (panel, data_vpath, cd_exact);
data_vpath       3477 src/filemanager/panel.c             vfs_path_free (data_vpath, TRUE);
data_vpath       3500 src/filemanager/panel.c             vfs_path_t *data_vpath;
data_vpath       3502 src/filemanager/panel.c             data_vpath = vfs_path_from_str ((char *) prev->data);
data_vpath       3503 src/filemanager/panel.c             ok = panel_do_cd_int (panel, data_vpath, cd_exact);
data_vpath       3504 src/filemanager/panel.c             vfs_path_free (data_vpath, TRUE);