Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/diff/
H A Dio.c422 int alloc_lines0, alloc_lines1; local
555 alloc_lines0
564 alloc_lines0 = GUESS_LINES (0, 0, n0);
568 linbuf0 = (char const **) xmalloc (alloc_lines0 * sizeof (*linbuf0));
580 if (l == alloc_lines0)
581 linbuf0 = (char const **) xrealloc (linbuf0, (alloc_lines0 *= 2)
617 filevec[0].alloc_lines = alloc_lines0 - buffered_prefix;