relative          120 lib/util.c         if (vpath->relative)
relative          617 lib/vfs/interface.c     if (vpath->relative)
relative          623 lib/vfs/path.c         gboolean is_relative = vpath->relative && (element_index == 0);
relative          759 lib/vfs/path.c vfs_path_new (gboolean relative)
relative          765 lib/vfs/path.c     vpath->relative = relative;
relative          920 lib/vfs/path.c     new_vpath = vfs_path_new (vpath->relative);
relative         1681 lib/vfs/path.c     if (!vpath->relative)
relative           28 lib/vfs/path.h     gboolean relative;
relative           60 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         1136 src/filemanager/panel.c             last_vpath->relative = TRUE;
relative          397 tests/lib/vfs/path_manipulations.c     mctest_assert_true (vpath->relative);
relative          420 tests/lib/vfs/path_manipulations.c     mctest_assert_true (cloned_vpath->relative);