Home
last modified time | relevance | path

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

/openbsd/usr.bin/cvs/
H A Drcs.h248 BUF *rcs_rev_getbuf(RCSFILE *, RCSNUM *, int);
H A Dimport.c409 b1 = rcs_rev_getbuf(cf->file_rcs, rev, RCS_KWEXP_NONE); in import_update()
H A Dcheckout.c643 bp = rcs_rev_getbuf(cf->file_rcs, rnum, 0); in cvs_checkout_file()
H A Dcommit.c568 b = rcs_rev_getbuf(cf->file_rcs, crev, 0); in cvs_commit_local()
H A Dfile.c816 b1 = rcs_rev_getbuf(cf->file_rcs, cf->file_ent->ce_rev, 0); in cvs_file_classify()
H A Drcs.c2029 rcs_rev_getbuf(RCSFILE *rfp, RCSNUM *rev, int mode) in rcs_rev_getbuf() function