Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/cvs/src/
Drcs.c6756 static void linevector_copy PROTO ((struct linevector *, struct linevector *));
6760 linevector_copy (to, from) in linevector_copy() function
7184 linevector_copy (&headlines, &curlines);
7195 linevector_copy (&curlines, &trunklines);
7215 linevector_copy (&trunklines, &curlines);
DChangeLog-9735 * rcs.c (linevector_free, linevector_copy, linevector_add,
DChangeLog-961231 (linevector_copy): Initialize lines_alloced if necessary.
DChangeLog5072 * rcs.c (linevector_copy): Delete lines before overwriting them.