Searched refs:RCS_parse (Results 1 – 6 of 6) sorted by relevance
197 RCSNode *RCS_parse (const char *file, const char *repos);
185 rcsdata = RCS_parse (finfo->file, finfo->repository); in Version_TS()
1115 finfo.rcs = RCS_parse (finfo.file, repository); in checkout_proc()
939 finfo->rcs = RCS_parse (finfo->file, repository); in do_file_proc()
2233 rcs = RCS_parse (file, repository); in checkaddfile()2339 rcs = RCS_parse (file, repository); in checkaddfile()
268 RCS_parse (const char *file, const char *repos) in RCS_parse() function