last_vpath       1245 src/filemanager/panel.c     vfs_path_t *last_vpath;
last_vpath       1266 src/filemanager/panel.c             last_vpath = vfs_path_from_str_flags (archive_name + 1, VPF_NO_CANON);
last_vpath       1269 src/filemanager/panel.c             last_vpath = vfs_path_from_str_flags (prev_path_element->path, VPF_NO_CANON);
last_vpath       1270 src/filemanager/panel.c             last_vpath->relative = TRUE;
last_vpath       1274 src/filemanager/panel.c         last_vpath = vfs_path_new (TRUE);
last_vpath       1276 src/filemanager/panel.c     vfs_path_add_element (last_vpath, path_element);
last_vpath       1278 src/filemanager/panel.c         vfs_path_to_str_flags (last_vpath, 0,
last_vpath       1280 src/filemanager/panel.c     vfs_path_free (last_vpath, TRUE);
last_vpath        169 tests/lib/vfs/relative_cd.c     vfs_path_t *vpath, *last_vpath;
last_vpath        178 tests/lib/vfs/relative_cd.c     last_vpath = vfs_path_new (TRUE);
last_vpath        180 tests/lib/vfs/relative_cd.c     vfs_path_add_element (last_vpath, path_element);
last_vpath        182 tests/lib/vfs/relative_cd.c     filtered_path = vfs_path_to_str_flags (last_vpath, 0,
last_vpath        188 tests/lib/vfs/relative_cd.c     vfs_path_free (last_vpath, TRUE);