Searched refs:rcsbuffer (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | rcs.h | 189 struct rcsbuffer; 200 void RCS_reparsercsfile (RCSNode *, FILE **, struct rcsbuffer *); 250 void RCS_deltas (RCSNode *, FILE *, struct rcsbuffer *, const char *,
|
H A D | rcs.c | 50 struct rcsbuffer struct 76 static void rcsbuf_open (struct rcsbuffer *, FILE *fp, argument 78 static void rcsbuf_close (struct rcsbuffer *); 79 static int rcsbuf_getkey (struct rcsbuffer *, char **keyp, char **valp); 80 static int rcsbuf_getrevnum (struct rcsbuffer *, char **revp); 81 static char *rcsbuf_fill (struct rcsbuffer *, char *ptr, char **keyp, 83 static int rcsbuf_valcmp (struct rcsbuffer *); 84 static char *rcsbuf_valcopy (struct rcsbuffer *, char *val, int polish, 86 static void rcsbuf_valpolish (struct rcsbuffer *, char *val, int polish, 88 static void rcsbuf_valpolish_internal (struct rcsbuffer *, char *to, [all …]
|
H A D | ChangeLog | 13556 * rcs.c (struct rcsbuffer): Define.
|