Home
last modified time | relevance | path

Searched refs:branches (Results 1 – 25 of 59) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/cvs/src/
Drcs.c971 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 …]
Drcs.h164 List *branches; member
Dlog.c1538 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/
DRCSFILES40 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/
Dci.c537 newdelta.branches = 0; in main()
962 if (!branchpoint->branches) {
964 branchpoint->branches = &newbranch;
974 bhead=branchpoint->branches;
987 btrail = &branchpoint->branches;
Drlog.c516 putforest(root->branches);
601 newbranch = node->branches;
731 newbranch = root->branches;
889 newbranch = root->branches;
944 newbranch = root->branches;
Drcsgen.c539 nextbranch = node->branches;
567 nextbranch = root->branches;
Drcsrev.c545 bhead = bpoint->branches;
646 bhead = trail->branches;
Drcs.c1152 if ( pt->branches ){ /* a branch point */
1585 pre = pt = cuthead->branches; in buildtree()
1593 cuthead->branches = pt->nextbranch; in buildtree()
Drcssyn.c418 LastBranch = &Delta->branches; in getdelta()
Drcsbase.h337 struct branchhead * branches; /* list of first revisions on branches*/ member
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-m68k.texi97 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
Dc-m68hc11.texi88 relative branches into absolute branches when the branch offset is
105 relative branches into absolute branches. This option does not affect
Dc-vax.texi70 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
Dc-i370.texi79 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
Dc-mmix.texi122 @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/
Drcs-5.7-commitid.patch234 struct branchhead * branches; /* list of first revisions on branches*/
409 newbranch = node->branches;
Dpvcs2rcs.in732 my @branches = ();
737 @branches = split /\s+/, $';
DREADME127 robustness and add support for one-level of branches.
/mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dcrxelf.em81 fprintf (file, _(" --no-relax Do not relax branches\n"));
/mirbsd/src/gnu/usr.bin/perl/Porting/
Drepository.pod384 +-----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
DContract84 see if a remerging of the two branches is possible down the road.
/mirbsd/src/gnu/usr.bin/cvs/
DFAQ158 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 …]
DTODO119 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/
Dregcomp.sym43 # BRANCH The set of branches constituting a single choice are hooked

123