Home
last modified time | relevance | path

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

/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dvers_ts.c49 char *rcsexpand = NULL; in Version_TS() local
126 rcsexpand = RCS_getexpand (finfo->rcs); in Version_TS()
137 if (rcsexpand != NULL && strcmp (rcsexpand, "b") == 0) in Version_TS()
143 && rcsexpand != NULL) in Version_TS()
151 vers_ts->options = xmalloc (strlen (rcsexpand) + 3); in Version_TS()
153 strcat (vers_ts->options, rcsexpand); in Version_TS()