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

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Drcs.h197 RCSNode *RCS_parse (const char *file, const char *repos);
H A Dvers_ts.c187 rcsdata = RCS_parse (finfo->file, finfo->repository);
H A Dcheckout.c1117 finfo.rcs = RCS_parse (finfo.file, repository);
H A Drecurse.c946 finfo->rcs = RCS_parse (finfo->file, repository);
H A Dcommit.c2014 * RCS_parse (called to verify the newly created archive file)
2214 rcs = RCS_parse (file, repository);
2320 rcs = RCS_parse (file, repository);
H A Drcs.c184 * Most parts of CVS will want to rely instead on RCS_parse which calls this
270 RCS_parse (const char *file, const char *repos) function
664 arguments to RCS_parse got stashed in the RCSNode. */
934 * after a call to RCS_parse.
1978 /* When RCS_parse opens a file using fopen_case, it frees the

Completed in 268 milliseconds