Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/cvs/src/
Dcheckin.c57 finfo->rcs = RCS_parse (finfo->file, finfo->repository);
Drcs.h188 RCSNode *RCS_parse PROTO((const char *file, const char *repos));
Dvers_ts.c162 rcsdata = RCS_parse (finfo->file, finfo->repository);
Dcheckout.c1044 finfo.rcs = RCS_parse (finfo.file, repository);
Drecurse.c804 finfo->rcs = RCS_parse (finfo->file, repository);
Dcommit.c2098 rcsfile = RCS_parse (file, repository);
2126 rcsfile = RCS_parse (file, repository);
DChangeLog-93951536 * rcs.c (RCS_parse, RCS_parsercsfile) [LINES_CRLF_TERMINATED]:
2156 RCS_check_kflag, RCS_check_tag, RCS_isdead, RCS_parse,
2158 RCS_check_tag, RCS_parse): Added const qualifiers as
2463 * rcs.c (RCS_parse): If we can't open the file, give an error
3337 (RCS_parse): Likewise.
DChangeLog-97787 * checkin.c (Checkin): Updated RCS_checkin caller, moved RCS_parse
2336 * rcs.c (RCS_parse): Adjust callers to not free it. Without this
2583 * rcs.c (RCS_parse): If ign_case, then try opening the file with
DChangeLog-961118 creating a new file, call RCS_parse. When stubbing a branch, use
1220 * checkout.c (checkout_proc): Call RCS_parse to get the default
3970 * rcs.c (RCS_parse, RCS_parsercsfile, RCS_reparsercsfile),
Drcs.c181 RCS_parse (file, repos) in RCS_parse() function
DChangeLog2924 * recurse.c (do_file_proc): Check for errors from RCS_parse.
4564 (RCS_parse): Call rcsbuf_cache_close. Don't call fclose.