last_vpath 1192 src/filemanager/panel.c vfs_path_t *last_vpath; last_vpath 1213 src/filemanager/panel.c last_vpath = vfs_path_from_str_flags (archive_name + 1, VPF_NO_CANON); last_vpath 1216 src/filemanager/panel.c last_vpath = vfs_path_from_str_flags (prev_path_element->path, VPF_NO_CANON); last_vpath 1217 src/filemanager/panel.c last_vpath->relative = TRUE; last_vpath 1222 src/filemanager/panel.c last_vpath = vfs_path_new (); last_vpath 1223 src/filemanager/panel.c last_vpath->relative = TRUE; last_vpath 1226 src/filemanager/panel.c vfs_path_add_element (last_vpath, path_element); last_vpath 1228 src/filemanager/panel.c vfs_path_to_str_flags (last_vpath, 0, last_vpath 1230 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 (); last_vpath 179 tests/lib/vfs/relative_cd.c last_vpath->relative = TRUE; last_vpath 181 tests/lib/vfs/relative_cd.c vfs_path_add_element (last_vpath, path_element); last_vpath 183 tests/lib/vfs/relative_cd.c filtered_path = vfs_path_to_str_flags (last_vpath, 0, last_vpath 189 tests/lib/vfs/relative_cd.c vfs_path_free (last_vpath, TRUE);