relative          110 lib/util.c         if (vpath->relative)
relative          609 lib/vfs/interface.c     if (vpath->relative)
relative          604 lib/vfs/path.c         gboolean is_relative = vpath->relative && (element_index == 0);
relative          736 lib/vfs/path.c vfs_path_new (gboolean relative)
relative          742 lib/vfs/path.c     vpath->relative = relative;
relative          893 lib/vfs/path.c     new_vpath = vfs_path_new (vpath->relative);
relative         1645 lib/vfs/path.c     if (!vpath->relative)
relative           28 lib/vfs/path.h     gboolean relative;
relative           56 lib/vfs/path.h vfs_path_t *vfs_path_new (gboolean relative);
relative          381 src/editor/etags.c             if (edit->filename_vpath != NULL && edit->filename_vpath->relative
relative         1132 src/filemanager/panel.c             last_vpath->relative = TRUE;
relative          383 tests/lib/vfs/path_manipulations.c     mctest_assert_true (vpath->relative);
relative          406 tests/lib/vfs/path_manipulations.c     mctest_assert_true (cloned_vpath->relative);