Searched refs:branchpoint (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/rcs/ci/
H A Dci.c68 * Always unlock branchpoint if caller has a lock.
978 addbranch(branchpoint, num, removedlock)
979 struct hshentry *branchpoint;
982 /* adds a new branch and branch delta at branchpoint.
999 if (!branchpoint->branches) {
1001 branchpoint->branches = &newbranch;
1003 bufscpy(num, branchpoint->num);
1011 bhead=branchpoint->branches;
1024 btrail = &branchpoint->branches;
1068 if (branchpoint
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c242 static int branchpoint P((struct hshentry*,struct hshentry*));
1132 branchpoint(strt, tail) function
1190 if ( branchpoint(temp, cuttail) ) {
1214 if ( branchpoint(temp, cuttail) ){
1240 if ( branchpoint( temp, cuttail ) ) {
1305 if ( branchpoint(temp, cuttail) ) {

Completed in 114 milliseconds