Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drcs.c6974 linevector_copy (struct linevector *to, struct linevector *from) in linevector_copy() function
7399 linevector_copy (&headlines, &curlines); in RCS_deltas()
7410 linevector_copy (&curlines, &trunklines); in RCS_deltas()
7428 linevector_copy (&trunklines, &curlines); in RCS_deltas()
H A DChangeLog-9735 * rcs.c (linevector_free, linevector_copy, linevector_add,
H A DChangeLog778 * rcs.c (linevector_copy): Use xtimes in argument.
790 * rcs.c (linevector_copy): Ditto.
14027 * rcs.c (linevector_copy): Delete lines before overwriting them.
H A DChangeLog-961231 (linevector_copy): Initialize lines_alloced if necessary.