Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/diff/src/
H A Dio.c575 char const **linbuf0, **linbuf1; in find_identical_ends() local
726 linbuf0 = xmalloc (alloc_lines0 * sizeof *linbuf0); in find_identical_ends()
740 if (PTRDIFF_MAX / (2 * sizeof *linbuf0) <= alloc_lines0) in find_identical_ends()
743 linbuf0 = xrealloc (linbuf0, alloc_lines0 * sizeof *linbuf0); in find_identical_ends()
745 linbuf0[l] = p0; in find_identical_ends()
766 linbuf1[i] = linbuf0[(lines - context + i) & prefix_mask]; in find_identical_ends()
768 linbuf0[i] = linbuf1[i]; in find_identical_ends()
773 linbuf1[i] = linbuf0[i] - buffer0 + buffer1; in find_identical_ends()
777 filevec[0].linbuf = linbuf0 + buffered_prefix; in find_identical_ends()
H A Dutil.c668 char const * const *linbuf0 = files[0].linbuf; /* Help the compiler. */ in analyze_hunk() local
686 char const *line = linbuf0[i]; in analyze_hunk()
687 char const *newline = linbuf0[i + 1] - 1; in analyze_hunk()