Home
last modified time | relevance | path

Searched refs:newbranch (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drlog.c571 struct branchhead const *newbranch; local
603 newbranch = node->branches;
604 if ( newbranch ) {
607 while( newbranch ) {
608 getbranchno(newbranch->hsh->num, &branchnum);
610 newbranch = newbranch->nextbranch;
725 struct branchhead const *newbranch; local
733 newbranch = root->branches;
734 while( newbranch ) {
735 exttree(newbranch->hsh);
[all …]
H A Dci.c998 static struct branchhead newbranch; /* new branch to be inserted */ local
1004 branchpoint->branches = &newbranch;
1010 newbranch.nextbranch = 0;
1016 bhead->nextbranch = &newbranch;
1022 newbranch.nextbranch = 0;
1037 newbranch.nextbranch = *btrail;
1038 *btrail = &newbranch;
1069 newbranch.hsh = &newdelta;
/netbsd-src/external/gpl2/xcvs/dist/contrib/
H A Drcs-5.7-commitid.patch409 newbranch = node->branches;
410 if ( newbranch ) {