Home
last modified time | relevance | path

Searched refs:TAG_BASE (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
H A Dvers_ts.c194 if (vers_ts->tag && strcmp (vers_ts->tag, TAG_BASE) == 0) in Version_TS()
H A Dcvs.h251 #define TAG_BASE "BASE" macro
H A Dlog.c1107 if (baserev && strcmp (r->first, TAG_BASE) == 0) in log_expand_revlist()
1127 if (baserev && strcmp (r->last, TAG_BASE) == 0) in log_expand_revlist()
H A Dtag.c1634 if (strcmp (name, TAG_BASE) == 0 in tag_check_valid()
H A Drcs.c5832 if (STREQ (tag, TAG_BASE) in RCS_settag()