Home
last modified time | relevance | path

Searched refs:rcsbuffer (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/cvs/src/
Drcs.h191 struct rcsbuffer;
202 void RCS_reparsercsfile (RCSNode *, FILE **, struct rcsbuffer *);
252 void RCS_deltas (RCSNode *, FILE *, struct rcsbuffer *, const char *,
Drcs.c50 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 …]