Searched refs:branches (Results 1 – 25 of 59) sorted by relevance
123
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | rcs.c | 971 if (rnode->branches != NULL) in free_rcsvers_contents() 972 dellist (&rnode->branches); in free_rcsvers_contents() 2739 if (vn->branches == NULL) in RCS_getbranch() 2742 head = vn->branches->list; in RCS_getbranch() 2867 vp = rev->branches->list->next; in RCS_getbranchpoint() 2868 while (vp != rev->branches->list) in RCS_getbranchpoint() 2881 if (vp == rev->branches->list) in RCS_getbranchpoint() 3062 if (vers->branches == NULL) in RCS_getdatebranch() 3067 for (p = vers->branches->list->next; p != vers->branches->list; p = p->next) in RCS_getdatebranch() 3071 if (p == vers->branches->list) in RCS_getdatebranch() [all …]
|
| D | rcs.h | 164 List *branches; member
|
| D | log.c | 1538 if (vnode->branches != NULL) in log_tree() 1545 head = vnode->branches->list; in log_tree() 1665 if (ver->branches != NULL) in log_version() 1668 walklist (ver->branches, log_branch, NULL); in log_version()
|
| /mirbsd/src/gnu/usr.bin/cvs/doc/ |
| D | RCSFILES | 40 1.2 branches 1.2.2.1; next 1.1; 41 1.1 branches 1.1.2.1; next; 42 1.1.2.1 branches; next; 43 1.2.2.1 branches; next; 60 to the RCS file format, and this is magic branches. See cvs.texinfo 195 with other features, such as lightweight creation of branches 196 (particularly using CVS magic branches).
|
| /mirbsd/src/gnu/usr.bin/rcs/src/ |
| D | ci.c | 537 newdelta.branches = 0; in main() 962 if (!branchpoint->branches) { 964 branchpoint->branches = &newbranch; 974 bhead=branchpoint->branches; 987 btrail = &branchpoint->branches;
|
| D | rlog.c | 516 putforest(root->branches); 601 newbranch = node->branches; 731 newbranch = root->branches; 889 newbranch = root->branches; 944 newbranch = root->branches;
|
| D | rcsgen.c | 539 nextbranch = node->branches; 567 nextbranch = root->branches;
|
| D | rcsrev.c | 545 bhead = bpoint->branches; 646 bhead = trail->branches;
|
| D | rcs.c | 1152 if ( pt->branches ){ /* a branch point */ 1585 pre = pt = cuthead->branches; in buildtree() 1593 cuthead->branches = pt->nextbranch; in buildtree()
|
| D | rcssyn.c | 418 LastBranch = &Delta->branches; in getdelta()
|
| D | rcsbase.h | 337 struct branchhead * branches; /* list of first revisions on branches*/ member
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-m68k.texi | 97 Always keep branches PC-relative. In the M680x0 architecture all branches 102 branches are available, only word branches will be emitted. An error 104 option has no effect on 68020 and other processors that have long branches. 465 If no long branches are available and the @samp{--pcrel} option is not 467 branches are available, the @samp{--pcrel} option is given, and a word 485 instruction. However, if a word branch is not sufficient, no long branches 510 sufficient and long branches are available, when the source reads 519 If, however, long branches are not available and the @samp{--pcrel} option is
|
| D | c-m68hc11.texi | 88 relative branches into absolute branches when the branch offset is 105 relative branches into absolute branches. This option does not affect
|
| D | c-vax.texi | 70 assemblers would emit short and medium branches, unless told by 71 this option to emit short and long branches. 237 @var{COND} may be any one of the conditional branches
|
| D | c-i370.texi | 79 All labels are relative to the last USING. Thus, branches to a label 156 will be used for branches in the @code{.text} section. A second
|
| D | c-mmix.texi | 122 @item Conditional branches 128 Similar to expansion for conditional branches; four instructions set 131 Similar to conditional branches and @code{PUSHJ}. The final instruction
|
| /mirbsd/src/gnu/usr.bin/cvs/contrib/ |
| D | rcs-5.7-commitid.patch | 234 struct branchhead * branches; /* list of first revisions on branches*/ 409 newbranch = node->branches;
|
| D | pvcs2rcs.in | 732 my @branches = (); 737 @branches = split /\s+/, $';
|
| D | README | 127 robustness and add support for one-level of branches.
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/ |
| D | crxelf.em | 81 fprintf (file, _(" --no-relax Do not relax branches\n"));
|
| /mirbsd/src/gnu/usr.bin/perl/Porting/ |
| D | repository.pod | 384 +-----maint-5.004------perl - Maintenance branches 397 `p4 branches` lists the existing branches that have been set up. 403 "//depot/perl/...". Most branches typically map its entire 414 that shows files and branches. You can use this listing to determine
|
| D | Contract | 84 see if a remerging of the two branches is possible down the road.
|
| /mirbsd/src/gnu/usr.bin/cvs/ |
| D | FAQ | 158 Branches, files you have never changed are on three branches at 394 - If you ever intend to merge branches into each other, instead of 396 keep careful track of which parts of which branches have merged into 397 which other branches. 399 The simplest way to deal with branches is to limit their number, 411 5. Are there any extra issues in managing multiple branches? 416 Merging multiple branches (i.e. "lines of development") before 419 If you plan to collapse some branches into others, then move the 420 combined branches back into the main line, you have to be careful with 425 on other branches, you are creating an almost insurmountable [all …]
|
| D | TODO | 119 123. Add a flag to import to not build vendor branches for local code. 188 |"cvs update -r1 filename" does not tell RCS to follow any branches. CVS 421 allow cvs to use rcsmerge in such a way that joining branches into 439 * Vendor branches are the closest thing that CVS currently has for 470 is whether merges happen only manually, as with existing CVS branches, 473 the case in which the branches have not diverged). This might be a
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | regcomp.sym | 43 # BRANCH The set of branches constituting a single choice are hooked
|
123