Searched refs:RCS_magicrev (Results 1 – 4 of 4) sorted by relevance
212 char *RCS_magicrev (RCSNode *rcs, char *rev);
999 rev = branch_mode ? RCS_magicrev (rcsfile, version) : numtag; in rtag_fileproc()1017 rev = branch_mode ? RCS_magicrev (rcsfile, version) : version; in rtag_fileproc()1265 rev = branch_mode ? RCS_magicrev (vers->srcfile, version) : version; in tag_fileproc()
2270 magicrev = RCS_magicrev (rcs, head); in checkaddfile()
2464 RCS_magicrev (RCSNode *rcs, char *rev) in RCS_magicrev() function