last_vpath       1110 src/filemanager/panel.c     vfs_path_t *last_vpath;
last_vpath       1132 src/filemanager/panel.c             last_vpath = vfs_path_from_str_flags (archive_name + 1, VPF_NO_CANON);
last_vpath       1135 src/filemanager/panel.c             last_vpath = vfs_path_from_str_flags (prev_path_element->path, VPF_NO_CANON);
last_vpath       1136 src/filemanager/panel.c             last_vpath->relative = TRUE;
last_vpath       1140 src/filemanager/panel.c         last_vpath = vfs_path_new (TRUE);
last_vpath       1142 src/filemanager/panel.c     vfs_path_add_element (last_vpath, path_element);
last_vpath       1143 src/filemanager/panel.c     return_path = vfs_path_to_str_flags (last_vpath, 0,
last_vpath       1145 src/filemanager/panel.c     vfs_path_free (last_vpath, TRUE);
last_vpath        160 tests/lib/vfs/relative_cd.c     vfs_path_t *vpath, *last_vpath;
last_vpath        169 tests/lib/vfs/relative_cd.c     last_vpath = vfs_path_new (TRUE);
last_vpath        171 tests/lib/vfs/relative_cd.c     vfs_path_add_element (last_vpath, path_element);
last_vpath        173 tests/lib/vfs/relative_cd.c     filtered_path = vfs_path_to_str_flags (last_vpath, 0,
last_vpath        179 tests/lib/vfs/relative_cd.c     vfs_path_free (last_vpath, TRUE);