Searched refs:cvs_tagname (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.bin/cvs/
H A Dconfig.c51 free(cvs_tagname);
52 cvs_tagname = xstrdup(val);
H A Dcvs.h286 extern char *cvs_tagname;
H A Dcvs.c61 char *cvs_tagname = NULL; variable
H A Drcs.c2250 if (found == 0 && cvs_tagname != NULL) {
2251 kwlen = strlen(cvs_tagname);
2253 memcmp(c, cvs_tagname, kwlen) == 0 &&
2256 kwstr = cvs_tagname;

Completed in 117 milliseconds