last_vpath       1250 src/filemanager/panel.c     vfs_path_t *last_vpath;
last_vpath       1271 src/filemanager/panel.c             last_vpath = vfs_path_from_str_flags (archive_name + 1, VPF_NO_CANON);
last_vpath       1274 src/filemanager/panel.c             last_vpath = vfs_path_from_str_flags (prev_path_element->path, VPF_NO_CANON);
last_vpath       1275 src/filemanager/panel.c             last_vpath->relative = TRUE;
last_vpath       1279 src/filemanager/panel.c         last_vpath = vfs_path_new (TRUE);
last_vpath       1281 src/filemanager/panel.c     vfs_path_add_element (last_vpath, path_element);
last_vpath       1283 src/filemanager/panel.c         vfs_path_to_str_flags (last_vpath, 0,
last_vpath       1285 src/filemanager/panel.c     vfs_path_free (last_vpath, TRUE);
last_vpath        168 tests/lib/vfs/relative_cd.c     vfs_path_t *vpath, *last_vpath;
last_vpath        177 tests/lib/vfs/relative_cd.c     last_vpath = vfs_path_new (TRUE);
last_vpath        179 tests/lib/vfs/relative_cd.c     vfs_path_add_element (last_vpath, path_element);
last_vpath        181 tests/lib/vfs/relative_cd.c     filtered_path = vfs_path_to_str_flags (last_vpath, 0,
last_vpath        187 tests/lib/vfs/relative_cd.c     vfs_path_free (last_vpath, TRUE);