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

/freebsd-10.0-release/contrib/diff/src/
H A Dio.c231 lin alloc_lines = current->alloc_lines;
234 lin *cureqs = xmalloc (alloc_lines * sizeof *cureqs);
454 if (line == alloc_lines)
456 /* Double (alloc_lines - linbuf_base) by adding to alloc_lines. */
457 if (PTRDIFF_MAX / 3 <= alloc_lines
458 || PTRDIFF_MAX / sizeof *cureqs <= 2 * alloc_lines - linbuf_base
459 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base)
461 alloc_lines
227 lin alloc_lines = current->alloc_lines; local
[all...]
H A Ddiff.h253 /* linbuf_base <= buffered_lines <= valid_lines <= alloc_lines.
256 linebuf[linbuf_base ... alloc_lines - 1] are allocated. */
257 lin linbuf_base, buffered_lines, valid_lines, alloc_lines;
254 lin linbuf_base, buffered_lines, valid_lines, alloc_lines; member in struct:file_data

Completed in 137 milliseconds