Searched refs:branches (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/usr.bin/csup/
H A Drcstokenizer.l48 keyword head|access|symbols|locks|comment|expand|strict|date|author|state|branches|next|desc|log|text
/freebsd-9.3-release/tools/tools/commitsdb/
H A Dmake_commit_db81 while ($e =~ s/^(date|branches):([^\n]*)\n//sg) {
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dtree.c24 unsigned char *branches; /* branches that going by leaf */ member in struct:leaf
186 l = strlen(items[i].name) + strlen(items[i].branches) * 4 + 4;
483 char *branches = item.branches; local
492 while(*branches && j)
494 switch (*branches++) {
865 if (!(array[number].branches = calloc(1, t_shift + 1)))
868 (void)memset(array[number].branches, ' ', t_shift);
1011 array[i].branches
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgcov.c202 int branches; member in struct:coverage_info
220 arc_t *branches; /* branches from blocks that end on this member in union:line_info::__anon1159
288 /* Show unconditional branches too. */
399 fnotice (file, " -c, --branch-counts Given counts of branches taken\n\
407 fnotice (file, " -u, --unconditional-branches Show unconditional branch counts too\n");
441 { "unconditional-branches", no_argument, NULL, 'u' },
1323 coverage->branches++;
1393 if (coverage->branches)
1397 coverage->branches,
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Drcs.h158 List *branches; member in struct:rcsversnode
174 * CVS reserves all even-numbered branches for its own use. "magic" branches
H A Drcs.c989 if (rnode->branches != (List *) NULL)
990 dellist (&rnode->branches);
2159 * process the branches list of a revision delta
2198 * dates, and walking branches, if necessary.
2308 * FIXME: assumes all magic branches are of
2502 * - is an even-numbered revision, to avoid conflicts with vendor branches
2541 /* only look at even numbered branches */
2607 * take into account any magic branches as well.
2659 * for the specified *symbolic* tag. Magic branches are handled correctly.
2786 if (vn->branches
8323 List *branches; local
[all...]
H A Dlog.c1579 if (vnode->branches != NULL)
1583 /* We need to do the branches in reverse order. This breaks
1586 head = vnode->branches->list;
1697 if (ver->branches != NULL)
1700 walklist (ver->branches, log_branch, (void *) NULL);
H A Dsanity.sh1170 tests="${tests} dirs dirs2 branches branches2 tagc tagf "
1819 # The two branches make the same changes:
1976 # Since the two branches make the same changes, the result should be
1977 # the same as both branches. Here, I happen to pick yours to copy from,
6688 branches)
6689 # More branch tests, including branches off of branches
6691 dotest branches-1 "${testcvs} -q co first-dir" ''
6697 dotest branches-2 "${testcvs} add file1 file2 file3 file4" \
6703 dotest branches
[all...]
/freebsd-9.3-release/gnu/usr.bin/rcs/ci/
H A Dci.c186 * Added handling of default branches.
528 newdelta.branches = 0;
999 if (!branchpoint->branches) {
1001 branchpoint->branches = &newbranch;
1011 bhead=branchpoint->branches;
1024 btrail = &branchpoint->branches;
/freebsd-9.3-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c527 putforest(root->branches);
536 /* function: print branches that has the same direct ancestor */
608 newbranch = node->branches;
738 newbranch = root->branches;
896 newbranch = root->branches;
951 newbranch = root->branches;
988 if ((prevision = Revlst)) /* only certain revs or branches wanted */
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsgen.c541 nextbranch = node->branches;
567 nextbranch = root->branches;
H A Drcsrev.c539 bhead = bpoint->branches;
544 rcserror("no side branches present for %s",
552 /*branches are arranged in increasing order*/
640 bhead = trail->branches;
H A Drcssyn.c189 K_branches[]= "branches";
419 LastBranch = &Delta->branches;
H A Drcsbase.h153 * Added Dbranch for default branches.
361 struct branchhead * branches; /* list of first revisions on branches*/ member in struct:hshentry
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Dregengine.inc917 case OQUEST_: /* two branches, both forward */
928 case OCH_: /* mark the first two branches */
/freebsd-9.3-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c1144 if ( pt->branches ){ /* a branch point */
1263 if ( length > 2) { /* delete revisions on branches */
1577 pre = pt = cuthead->branches;
1585 cuthead->branches = pt->nextbranch;
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in378 If not specified, all branches are assumed. Use HEAD to reference the
433 the use case where a user has multiple branches checked out in
435 branches.
442 When no branches are listed in the fourth column. ("Match any.")
446 the tag names for $ARGV[1..$#ARGV] found in the %branches file.
638 if (!$cvsacl_branches) { # blank branch list = all branches
862 # contain a mixture of files from different branches, this routine checks to
/freebsd-9.3-release/contrib/tcsh/
H A Dcomplete.tcsh1124 set p4cmds=(add branch branches commands change changes client clients \

Completed in 174 milliseconds