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

/freebsd-10.3-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c579 struct branchhead const *newbranch; local
608 newbranch = node->branches;
609 if ( newbranch ) {
612 while( newbranch ) {
613 getbranchno(newbranch->hsh->num, &branchnum);
615 newbranch = newbranch->nextbranch;
730 struct branchhead const *newbranch; local
738 newbranch = root->branches;
739 while( newbranch ) {
886 struct branchhead const *newbranch; local
915 struct branchhead const *newbranch; local
[all...]
/freebsd-10.3-release/gnu/usr.bin/rcs/ci/
H A Dci.c985 * the new delta and branchhead are in globals newdelta and newbranch, resp.
995 static struct branchhead newbranch; /* new branch to be inserted */ local
1001 branchpoint->branches = &newbranch;
1007 newbranch.nextbranch = 0;
1013 bhead->nextbranch = &newbranch;
1019 newbranch.nextbranch = 0;
1034 newbranch.nextbranch = *btrail;
1035 *btrail = &newbranch;
1063 /* Don't do anything to newbranch. */
1066 newbranch
[all...]

Completed in 103 milliseconds