Home
last modified time | relevance | path

Searched refs:linevector_copy (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/cvs/src/
Drcs.c7036 static void linevector_copy PROTO ((struct linevector *, struct linevector *));
7040 linevector_copy (to, from) in linevector_copy() function
7613 linevector_copy (&headlines, &curlines);
7624 linevector_copy (&curlines, &trunklines);
7642 linevector_copy (&trunklines, &curlines);
DChangeLog-9735 * rcs.c (linevector_free, linevector_copy, linevector_add,
DChangeLog-961231 (linevector_copy): Initialize lines_alloced if necessary.
DChangeLog9616 * rcs.c (linevector_copy): Delete lines before overwriting them.