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

  /src/external/gpl2/xcvs/dist/src/
create_adm.c 35 const char *tag, const char *date, int nonbranch, int warn,
45 date ? date : "", nonbranch, warn, dotemplate);
168 WriteTag (dir, tag, date, nonbranch, update_dir, repository);
add.c 200 int nonbranch; local
245 ParseTag (&tag, &date, &nonbranch);
250 nonbranch, 0, 1);
397 if (vers->nonbranch)
467 if (vers->nonbranch)
776 int nonbranch; local
793 ParseTag (&tag, &date, &nonbranch);
891 Create_Admin (".", finfo->fullname, rcsdir, tag, date, nonbranch, 0, 1);
server.h 130 const char *tag, const char *date, int nonbranch);
update.c 88 before we know whether nonbranch is set or not. And then at the
89 end, once we have the right value for nonbranch, we call WriteTag
95 static int nonbranch; variable
429 nonbranch = -1;
628 Note that if it is a branch tag in some files and a nonbranch tag
629 in others, treat it as a nonbranch tag. */
636 && nonbranch != (nb = !RCS_nodeisbranch (finfo->rcs, tag)))
638 if (nonbranch >= 0 && !warned && !quiet)
645 if (nonbranch < nb) nonbranch = nb
    [all...]
ls.c 508 int nonbranch; local
511 ParseTag (&show_tag, &show_date, &nonbranch);
520 nonbranch, 0, 0);
cvs.h 340 int nonbranch; member in struct:stickydirtag
580 int nonbranch, int warn, int dotemplate);
608 int nonbranch, const char *update_dir, const char *repository);
783 int nonbranch; member in struct:vers_ts
entries.c 461 sdtp->nonbranch = dirnonbranch;
639 WriteTag (const char *dir, const char *tag, const char *date, int nonbranch,
659 if (nonbranch)
684 server_set_sticky (update_dir, repository, tag, date, nonbranch);
696 If it contains a nonbranch tag, sets *TAGP to the tag in a newly
vers_ts.c 174 vers_ts->nonbranch = sdtp->nonbranch;
server.c 5329 const char *tag, const char *date, int nonbranch)
5355 if (nonbranch)
  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 2726 bool nonbranch, is_call; local
2731 nonbranch = r_type != R_SPU_REL16 && r_type != R_SPU_ADDR16;
2742 if (!nonbranch)
2774 nonbranch = true;
2780 if (nonbranch)
2852 callee->count = nonbranch? 0 : 1;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 2726 bool nonbranch, is_call; local
2731 nonbranch = r_type != R_SPU_REL16 && r_type != R_SPU_ADDR16;
2742 if (!nonbranch)
2774 nonbranch = true;
2780 if (nonbranch)
2852 callee->count = nonbranch? 0 : 1;
  /src/external/gpl3/gdb/dist/bfd/
elf32-spu.c 2722 bool nonbranch, is_call; local
2727 nonbranch = r_type != R_SPU_REL16 && r_type != R_SPU_ADDR16;
2738 if (!nonbranch)
2770 nonbranch = true;
2776 if (nonbranch)
2848 callee->count = nonbranch? 0 : 1;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c 2726 bool nonbranch, is_call; local
2731 nonbranch = r_type != R_SPU_REL16 && r_type != R_SPU_ADDR16;
2742 if (!nonbranch)
2774 nonbranch = true;
2780 if (nonbranch)
2852 callee->count = nonbranch? 0 : 1;

Completed in 63 milliseconds