Home
last modified time | relevance | path

Searched refs:linevector_add (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/cvs/src/
H A Drcs.c6631 static int linevector_add PROTO ((struct linevector *vec, const char *text,
6646 linevector_add (vec, text, len, vers, pos) in linevector_add() function
6939 if (! linevector_add (lines, df->new_lines, df->len, addvers,
6988 if (! linevector_add (&lines, textbuf, textlen, NULL, 0))
7160 if (! linevector_add (&curlines, value, vallen, NULL, 0))
H A DChangeLog-961216 * rcs.c (linevector_add): Add comment regarding changing \n to \0.
1229 (linevector_add): Remove assertion that lines_alloced is greater
1240 * rcs.c (linevector_add): Handle zero length correctly.
1249 (linevector_add): Add len parameter. Change all callers. Use
2924 * rcs.c (linevector_add): Move increment of i out of larger
H A DChangeLog-9735 * rcs.c (linevector_free, linevector_copy, linevector_add,
44 space; linevector_add now does that for us.
2292 (linevector_add): Change return type to int. Return an indication