Searched refs:RCS_parse (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | rcs.h | 197 RCSNode *RCS_parse (const char *file, const char *repos);
|
H A D | vers_ts.c | 187 rcsdata = RCS_parse (finfo->file, finfo->repository); in Version_TS()
|
H A D | checkout.c | 1117 finfo.rcs = RCS_parse (finfo.file, repository); in checkout_proc()
|
H A D | recurse.c | 946 finfo->rcs = RCS_parse (finfo->file, repository); in do_file_proc()
|
H A D | commit.c | 2214 rcs = RCS_parse (file, repository); in checkaddfile() 2320 rcs = RCS_parse (file, repository); in checkaddfile()
|
H A D | ChangeLog-9395 | 1536 * 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 D | ChangeLog-97 | 787 * 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 D | ChangeLog-96 | 1118 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 D | ChangeLog | 195 * 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 D | rcs.c | 270 RCS_parse (const char *file, const char *repos) in RCS_parse() function
|