Searched refs:simple_tag (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | rcs.h | 197 int *simple_tag)); 202 int force_tag_match, int *simple_tag));
|
| D | rcs.c | 2073 RCS_getversion (rcs, tag, date, force_tag_match, simple_tag) in RCS_getversion() argument 2078 int *simple_tag; 2080 if (simple_tag != NULL) 2081 *simple_tag = 0; 2109 return (RCS_gettag (rcs, tag, force_tag_match, simple_tag)); 2220 RCS_gettag (rcs, symtag, force_tag_match, simple_tag) in RCS_gettag() argument 2224 int *simple_tag; 2229 if (simple_tag != NULL) 2230 *simple_tag = 0; 2340 if (simple_tag != NULL) [all …]
|
| D | ChangeLog-96 | 1023 simple_tag. Change all callers. 1027 simple_tag rather than old return_both.
|