Searched refs:branchpoint (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | ci.c | 981 addbranch(branchpoint, num, removedlock) in addbranch() argument 982 struct hshentry *branchpoint; in addbranch() 1002 if (!branchpoint->branches) { 1004 branchpoint->branches = &newbranch; 1006 bufscpy(num, branchpoint->num); 1014 bhead=branchpoint->branches; 1027 btrail = &branchpoint->branches; 1071 if (branchpoint->lockedby) 1072 if (strcmp(branchpoint->lockedby, getcaller()) == 0) 1073 return removelock(branchpoint); /* This returns 1. */
|
H A D | rcs.c | 245 static int branchpoint P((struct hshentry*,struct hshentry*)); 1135 branchpoint(strt, tail) in branchpoint() function 1193 if ( branchpoint(temp, cuttail) ) { in removerevs() 1217 if ( branchpoint(temp, cuttail) ){ in removerevs() 1243 if ( branchpoint( temp, cuttail ) ) { in removerevs() 1308 if ( branchpoint(temp, cuttail) ) { in removerevs()
|
H A D | ChangeLog | 491 * ci.c: Always unlock branchpoint if caller has a lock.
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | rcs.c | 4884 char *branchpoint, *newrevnum; in RCS_addbranch() local 4894 branchpoint = xstrdup (branch); in RCS_addbranch() 4895 if ((numdots (branchpoint) & 1) == 0) in RCS_addbranch() 4897 truncate_revnum_in_place (branchpoint); in RCS_addbranch() 4901 nodep = findnode (rcs->versions, branchpoint); in RCS_addbranch() 4904 error (0, 0, "%s: can't find branch point %s", rcs->print_path, branchpoint); in RCS_addbranch() 4905 free (branchpoint); in RCS_addbranch() 4908 free (branchpoint); in RCS_addbranch() 6270 char *branchpoint = NULL; in RCS_delete_revs() local 6403 branchpoint = RCS_getbranchpoint (rcs, rev1 != NULL ? rev1 : rev2); in RCS_delete_revs() [all …]
|
H A D | ChangeLog-97 | 663 * rcs.c (RCS_delete_revs): If "rev1" equals "branchpoint", then set
|
H A D | ChangeLog | 12682 the branchpoint owned by someone else, leave it alone. This
|
/netbsd-src/external/gpl2/xcvs/dist/doc/ |
H A D | RCSFILES | 176 to the branchpoint, and then from the branchpoint to the head of the
|
H A D | cvs.texinfo | 4278 @c having a tag on the branchpoint. For example 4279 @c "cvs tag rel-1-0-patches-branchpoint" before 9070 branchpoint and @var{rev} are left intact. For 9724 @c FIXME: Should we be recommending tagging the branchpoint? 9739 @c FIXME: Should we be recommending tagging the branchpoint?
|
H A D | ChangeLog | 4773 should better document tagging the branchpoint.
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | MAINTAINERS | 293 git tag binutils-<org>-<name>-branchpoint
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | MAINTAINERS | 321 git tag binutils-<org>-<name>-branchpoint
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | ChangeLog | 1211 print tags/ prefixes before branchpoint/gcc-.
|
/netbsd-src/external/gpl2/xcvs/dist/doc/i18n/pt_BR/ |
H A D | cvs.texinfo | 6771 @c having a tag on the branchpoint. For example 6772 @c "cvs tag rel-1-0-patches-branchpoint" before 13837 branchpoint and @var{rev} are left intact. For 14521 @c FIXME: Should we be recommending tagging the branchpoint? 14536 @c FIXME: Should we be recommending tagging the branchpoint?
|