Home
last modified time | relevance | path

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

/plan9/sys/src/ape/cmd/diff/
H A Dio.c424 int alloc_lines0, alloc_lines1; local
558 alloc_lines0
567 alloc_lines0 = GUESS_LINES (0, 0, n0);
571 linbuf0 = (char const **) xmalloc (alloc_lines0 * sizeof (*linbuf0));
583 if (l == alloc_lines0)
584 linbuf0 = (char const **) xrealloc (linbuf0, (alloc_lines0 *= 2)
620 filevec[0].alloc_lines = alloc_lines0 - buffered_prefix;