Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/diff/
H A Dio.c422 int alloc_lines0, alloc_lines1; local
556 alloc_lines0
565 alloc_lines0 = GUESS_LINES (0, 0, n0);
569 linbuf0 = (char const **) xmalloc (alloc_lines0 * sizeof (*linbuf0));
581 if (l == alloc_lines0)
582 linbuf0 = (char const **) xrealloc (linbuf0, (alloc_lines0 *= 2)
618 filevec[0].alloc_lines = alloc_lines0 - buffered_prefix;