Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dvers_ts.c196 if (vers_ts->tag && strcmp (vers_ts->tag, TAG_BASE) == 0) in Version_TS()
H A Dcvs.h259 #define TAG_BASE "BASE" macro
H A Dlog.c1128 if (baserev && strcmp (r->first, TAG_BASE) == 0) in log_expand_revlist()
1148 if (baserev && strcmp (r->last, TAG_BASE) == 0) in log_expand_revlist()
H A Dtag.c1719 if (strcmp (name, TAG_BASE) == 0 in tag_check_valid()
H A Drcs.c5835 if (STREQ (tag, TAG_BASE) in RCS_settag()