Home
last modified time | relevance | path

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

/openbsd/usr.bin/cvs/
H A Dtag.c287 if ((rev = rcs_sym_getrev(cf->file_rcs, tag_name)) != NULL) { in cvs_tag_check_files()
418 trev = rcs_sym_getrev(cf->file_rcs, tag_name); in tag_add()
H A Drcs.h219 RCSNUM *rcs_sym_getrev(RCSFILE *, const char *);
H A Dstatus.c232 if ((brev = rcs_sym_getrev(cf->file_rcs, in cvs_status_local()
H A Dcommit.c363 brev = rcs_sym_getrev(cf->file_rcs, tag); in cvs_commit_check_files()
466 brev = rcs_sym_getrev(cf->file_rcs, tag); in cvs_commit_local()
H A Drcs.c719 rcs_sym_getrev(RCSFILE *file, const char *sym) in rcs_sym_getrev() function
1658 rev = rcs_sym_getrev(rfp, revstr); in rcs_get_revision()
2570 frev = rcs_sym_getrev(rfp, revstr); in rcs_translate_tag()
/openbsd/usr.bin/rcs/
H A Drcs.h229 RCSNUM *rcs_sym_getrev(RCSFILE *, const char *);
H A Drcsprog.c593 rcsnum_tostr(rcs_sym_getrev(file, symname), in rcs_attach_symbol()
H A Drcsutil.c316 rev = rcs_sym_getrev(file, rev_str); in rcs_getrevnum()
H A Dci.c733 rcsnum_tostr(rcs_sym_getrev(pb->file, pb->symbol), in checkin_attach_symbol()
H A Drcs.c600 rcs_sym_getrev(RCSFILE *file, const char *sym) in rcs_sym_getrev() function