Home
last modified time | relevance | path

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

/netbsd-src/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); in Version_TS()
H A Dcheckout.c1117 finfo.rcs = RCS_parse (finfo.file, repository); in checkout_proc()
H A Drecurse.c946 finfo->rcs = RCS_parse (finfo->file, repository); in do_file_proc()
H A Dcommit.c2214 rcs = RCS_parse (file, repository); in checkaddfile()
2320 rcs = RCS_parse (file, repository); in checkaddfile()
H A 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.
H A 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
H A 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),
H A DChangeLog195 * rcs.c (RCS_parse): Minor reformatting.
198 * rcs.c (RCS_parse): Free variable *after* using it for the last time.
4398 RCS_parse, RCS_setattic, RCS_getversion, RCS_gettag, RCS_getbranch,
7153 Reuse code in RCS_parse() below. This avoids a problem that could
7162 * rcs.c (RCS_parse): Factor out file location into locate_rcs.
11879 * recurse.c (do_file_proc): Check for errors from RCS_parse.
13519 (RCS_parse): Call rcsbuf_cache_close. Don't call fclose.
H A Drcs.c270 RCS_parse (const char *file, const char *repos) in RCS_parse() function