Searched refs:force_tag_match (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/cvs/src/
H A Drcs.h203 int force_tag_match));
204 char *RCS_gettag PROTO((RCSNode * rcs, const char *symtag, int force_tag_match,
210 int force_tag_match, int *simple_tag));
225 int force_tag_match));
H A Dannotate.c24 static int force_tag_match = 1; variable
85 force_tag_match = 0;
111 if (!force_tag_match)
235 if (force_tag_match && tag != NULL)
279 version = RCS_getversion (finfo->rcs, tag, date, force_tag_match,
H A Dclassify.c74 Classify_File (finfo, tag, date, options, force_tag_match, aflag, versp,
84 int force_tag_match;
94 force_tag_match, 0);
110 if (!force_tag_match || !(vers->tag || vers->date))
123 if (!force_tag_match || !(vers->tag || vers->date))
H A Dcheckout.c95 static int force_tag_match; variable
127 force_tag_match = 1;
220 force_tag_match = 0;
306 if (!force_tag_match)
1107 force_tag_match, 0 /* !local */ ,
1139 force_tag_match, 0);
1164 force_tag_match, local_specified, 1 /* update -d */,
H A Dpatch.c35 static int force_tag_match = 1; variable
100 force_tag_match = 0;
210 if (!force_tag_match)
351 if (force_tag_match)
437 vers_head = RCS_getversion (rcsfile, rev2, date2, force_tag_match,
466 vers_tag = RCS_getversion (rcsfile, rev1, date1, force_tag_match,
H A Dvers_ts.c26 Version_TS (finfo, options, tag, date, force_tag_match, set_time)
35 int force_tag_match;
198 vers_ts->date, force_tag_match,
H A Dtag.c52 static int force_tag_match = 1; /* force tag to match by default */ variable
150 force_tag_match = 0;
219 if (!force_tag_match)
496 force_tag_match, NULL);
683 version = RCS_getversion (rcsfile, numtag, date, force_tag_match,
691 if (!quiet && !force_tag_match)
801 * If -d is specified, "force_tag_match" is set, so that this call to
884 force_tag_match,
894 * If -d is specified, "force_tag_match" is set, so that this call to
H A Dupdate.c105 static int force_tag_match = 1; variable
203 force_tag_match = 0;
268 if (!force_tag_match)
426 err = do_update (argc, argv, options, tag, date, force_tag_match,
472 force_tag_match = xforce;
603 status = Classify_File (finfo, tag, date, options, force_tag_match,
1391 force_tag_match, set_time);
1800 force_tag_match, 0);
H A Dcvs.h795 char *date, int force_tag_match,
838 int force_tag_match, int aflag, Vers_TS **versp, int pipeout));
H A Drcs.c2203 RCS_getversion (rcs, tag, date, force_tag_match, simple_tag)
2207 int force_tag_match;
2239 return RCS_gettag (rcs, tag, force_tag_match, simple_tag);
2241 return RCS_getdate (rcs, date, force_tag_match);
2349 * If force_tag_match is set, return NULL if an exact match is not
2358 RCS_gettag (rcs, symtag, force_tag_match, simple_tag)
2361 int force_tag_match;
2379 if (force_tag_match && (rcs->flags & VALID) && (rcs->flags & INATTIC))
2434 if (force_tag_match)
2460 branch = RCS_getbranch (rcs, tag, force_tag_match);
[all...]

Completed in 385 milliseconds