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

/freebsd-10.0-release/contrib/diff/src/
H A Dio.c581 char const **linbuf0, **linbuf1;
732 linbuf0 = xmalloc (alloc_lines0 * sizeof *linbuf0);
746 if (PTRDIFF_MAX / (2 * sizeof *linbuf0) <= alloc_lines0)
749 linbuf0 = xrealloc (linbuf0, alloc_lines0 * sizeof *linbuf0);
751 linbuf0[l] = p0;
772 linbuf1[i] = linbuf0[(lines - context + i) & prefix_mask];
774 linbuf0[
575 char const **linbuf0, **linbuf1; local
[all...]
H A Dutil.c677 char const * const *linbuf0 = files[0].linbuf; /* Help the compiler. */
695 char const *line = linbuf0[i];
696 char const *newline = linbuf0[i + 1] - 1;
668 char const * const *linbuf0 = files[0].linbuf; /* Help the compiler. */ local

Completed in 63 milliseconds