Searched refs:branch_mode (Results 1 – 1 of 1) sorted by relevance
50 static bool branch_mode; /* make an automagic "branch" tag */ variable135 branch_mode = true; in cvstag()194 if (delete_flag && branch_mode) in cvstag()208 if (branch_mode) in cvstag()337 ? '?' : branch_mode ? 'T' : 'N', in posttag_proc()776 ? '?' : branch_mode ? 'T' : 'N', in pretag_proc()1005 rev = branch_mode ? RCS_magicrev (rcsfile, version) : numtag; in rtag_fileproc()1023 rev = branch_mode ? RCS_magicrev (rcsfile, version) : version; in rtag_fileproc()1033 if (strcmp (version, oversion) == 0 && !branch_mode && !isbranch) in rtag_fileproc()1048 branch_mode ? "branch" : "version", rev); in rtag_fileproc()[all …]