Lines Matching defs:rcsbuf

343     struct rcsbuffer rcsbuf;  in RCS_parsercsfile_i()  local
441 struct rcsbuffer rcsbuf; in RCS_reparsercsfile() local
753 struct rcsbuffer rcsbuf; in RCS_fully_parse() local
1024 rcsbuf_open (struct rcsbuffer *rcsbuf, FILE *fp, const char *filename, in rcsbuf_open()
1079 rcsbuf_close (struct rcsbuffer *rcsbuf) in rcsbuf_close()
1108 rcsbuf_getkey (struct rcsbuffer *rcsbuf, char **keyp, char **valp) in rcsbuf_getkey()
1487 rcsbuf_getrevnum (struct rcsbuffer *rcsbuf, char **revp) in rcsbuf_getrevnum()
1561 rcsbuf_fill (struct rcsbuffer *rcsbuf, char *ptr, char **keyp, char **valp) in rcsbuf_fill()
1607 rcsbuf_valcmp (struct rcsbuffer *rcsbuf) in rcsbuf_valcmp()
1618 rcsbuf_valcopy (struct rcsbuffer *rcsbuf, char *val, int polish, size_t *lenp) in rcsbuf_valcopy()
1659 rcsbuf_valpolish (struct rcsbuffer *rcsbuf, char *val, int polish, in rcsbuf_valpolish()
1685 rcsbuf_valpolish_internal (struct rcsbuffer *rcsbuf, char *to, in rcsbuf_valpolish_internal()
1802 rcsbuf_valword (struct rcsbuffer *rcsbuf, char **valp) in rcsbuf_valword()
1901 rcsbuf_ftello (struct rcsbuffer *rcsbuf) in rcsbuf_ftello()
1911 rcsbuf_get_buffered (struct rcsbuffer *rcsbuf, char **datap, size_t *lenp) in rcsbuf_get_buffered()
1930 rcsbuf_cache (RCSNode *rcs, struct rcsbuffer *rcsbuf) in rcsbuf_cache()
4157 struct rcsbuffer rcsbuf; in RCS_checkout() local
7260 RCS_deltas (RCSNode *rcs, FILE *fp, struct rcsbuffer *rcsbuf, in RCS_deltas()
7589 getdelta (struct rcsbuffer *rcsbuf, char *rcsfile, char **keyp, char **valp) in getdelta()
7804 RCS_getdeltatext (RCSNode *rcs, FILE *fp, struct rcsbuffer *rcsbuf) in RCS_getdeltatext()