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

  /src/external/gpl2/xcvs/dist/src/
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);
ls.c 508 int nonbranch; local
511 ParseTag (&show_tag, &show_date, &nonbranch);
520 nonbranch, 0, 0);
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...]
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
  /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.old/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/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 26 milliseconds