relative          120 lib/util.c         if (vpath->relative)
relative          626 lib/vfs/interface.c     if (vpath->relative)
relative          651 lib/vfs/path.c         gboolean is_relative = vpath->relative && (element_index == 0);
relative          787 lib/vfs/path.c vfs_path_new (gboolean relative)
relative          793 lib/vfs/path.c     vpath->relative = relative;
relative          948 lib/vfs/path.c     new_vpath = vfs_path_new (vpath->relative);
relative         1679 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          386 src/editor/etags.c             if (edit->filename_vpath != NULL && edit->filename_vpath->relative
relative         1270 src/filemanager/panel.c             last_vpath->relative = TRUE;
relative          394 tests/lib/vfs/path_manipulations.c     mctest_assert_true (vpath->relative);
relative          421 tests/lib/vfs/path_manipulations.c     mctest_assert_true (cloned_vpath->relative);