Home
last modified time | relevance | path

Searched refs:hardlist (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dhardlink.c40 List *hardlist; /* Record hardlink information for working files */ variable
84 hp = findnode (hardlist, inodestr);
92 (void) addnode (hardlist, hp);
170 if (hardlist == NULL)
199 n = findnode (hardlist, inodestr);
H A Dhardlink.h26 extern List *hardlist;
H A Dcommit.c633 hardlist = getlist ();
H A Dupdate.c489 hardlist = getlist();
H A DChangeLog4406 * commit.c (commit): Only set up hardlist if preserve_perms.
4431 (hardlist, working_dir): New variables.
4442 (check_fileproc): Add each file's link information to hardlist.