Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/cvs/src/
Dparseinfo.c339 RCS_citag = strdup(p);
340 if (RCS_citag == NULL) {
Dcheckout.c205 if (RCS_citag)
206 free(RCS_citag);
207 RCS_citag = strdup(optarg);
Dupdate.c200 if (RCS_citag)
201 free(RCS_citag);
202 RCS_citag = strdup(optarg);
Dmain.c55 char *RCS_citag = NULL; variable
Dcvs.h373 extern char *RCS_citag;
Drcs.c3535 if (RCS_citag != NULL && *RCS_citag && *RCS_citag != '-'
3537 keywords[KEYWORD_LOCALID].string = RCS_citag;
3538 keywords[KEYWORD_LOCALID].len = strlen(RCS_citag);