Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDrcs.h197 RCSNode *RCS_parse (const char *file, const char *repos);
HDvers_ts.c185 rcsdata = RCS_parse (finfo->file, finfo->repository); in Version_TS()
HDcheckout.c1115 finfo.rcs = RCS_parse (finfo.file, repository); in checkout_proc()
HDrecurse.c939 finfo->rcs = RCS_parse (finfo->file, repository); in do_file_proc()
HDcommit.c2233 rcs = RCS_parse (file, repository); in checkaddfile()
2339 rcs = RCS_parse (file, repository); in checkaddfile()
HDrcs.c268 RCS_parse (const char *file, const char *repos) in RCS_parse() function