HomeSort by: relevance | last modified time | path
    Searched refs:branchpoint (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/rcs/dist/src/
ci.c 71 * Always unlock branchpoint if caller has a lock.
981 addbranch(branchpoint, num, removedlock)
982 struct hshentry *branchpoint;
985 /* adds a new branch and branch delta at branchpoint.
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
    [all...]
rcs.c 245 static int branchpoint P((struct hshentry*,struct hshentry*));
1135 branchpoint(strt, tail) function
1193 if ( branchpoint(temp, cuttail) ) {
1217 if ( branchpoint(temp, cuttail) ){
1243 if ( branchpoint( temp, cuttail ) ) {
1308 if ( branchpoint(temp, cuttail) ) {
  /src/external/gpl2/xcvs/dist/src/
rcs.c 2806 branchpoint of the branch to which TARGET belongs.
3064 branchpoint. */
4884 char *branchpoint, *newrevnum; local
4894 branchpoint = xstrdup (branch);
4895 if ((numdots (branchpoint) & 1) == 0)
4897 truncate_revnum_in_place (branchpoint);
4900 /* Find the branch rooted at BRANCHPOINT. */
4901 nodep = findnode (rcs->versions, branchpoint);
4904 error (0, 0, "%s: can't find branch point %s", rcs->print_path, branchpoint);
4905 free (branchpoint);
6270 char *branchpoint = NULL; local
    [all...]

Completed in 31 milliseconds