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

/freebsd-10.0-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-10.0-release/tools/tools/commitsdb/
H A Dmake_commit_db81 while ($e =~ s/^(date|branches):([^\n]*)\n//sg) {
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c176 int branches[2]; member in struct:huffman_tree_node
2318 while (!(code->tree[node].branches[0] ==
2319 code->tree[node].branches[1]))
2330 if (code->tree[node].branches[bit] < 0)
2336 node = code->tree[node].branches[bit];
2339 return code->tree[node].branches[0];
2402 if (code->tree[lastnode].branches[0] ==
2403 code->tree[lastnode].branches[1])
2413 if (!(code->tree[lastnode].branches[bit] < 0))
2431 /* Set branches */
[all...]
/freebsd-10.0-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::__anon1047
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-10.0-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-10.0-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-10.0-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-10.0-release/contrib/llvm/lib/Support/
H A Dregengine.inc917 case OQUEST_: /* two branches, both forward */
928 case OCH_: /* mark the first two branches */
/freebsd-10.0-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-10.0-release/contrib/tcsh/
H A Dcomplete.tcsh1124 set p4cmds=(add branch branches commands change changes client clients \

Completed in 128 milliseconds