Home
last modified time | relevance | path

Searched refs:RCS_fully_parse (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drcs.h199 void RCS_fully_parse (RCSNode *);
H A Dlog.c862 RCS_fully_parse (rcsfile); in log_fileproc()
H A DChangeLog-97599 RCS_fully_parse. Don't muck with ->other field in RCSVers (it
602 in having this static when RCS_rewrite and RCS_fully_parse are not.
631 RCS_fully_parse not RCS_reparsercsfile.
870 (RCS_fully_parse, RCS_gettag, RCS_getbranch, RCS_getdate,
H A DChangeLog-961246 * rcs.c (RCS_fully_parse): Use the length of the value, rather
1493 (RCS_fully_parse): Declare.
1496 (RCS_fully_parse): New function.
H A DChangeLog3251 (Parse_Info, parse_config), rcs.c (RCS_fully_parse, rcsbuf_getkey,
8308 * rcs.c (RCS_fully_parse): Add revision number to more error messages.
8312 * rcs.c (RCS_fully_parse, RCS_getdeltatext): Add the missing revision
10345 * rcs.c (RCS_reparsercsfile, RCS_fully_parse, getdelta,
13527 (RCS_fully_parse, RCS_checkout, RCS_deltas): Likewise.
13728 * rcs.c (RCS_fully_parse): Call getrevnum rather than getrcsrev.
13792 (RCS_parsercsfile_i, RCS_reparsercsfile, RCS_fully_parse,
H A Drcs.c750 RCS_fully_parse (RCSNode *rcs) in RCS_fully_parse() function