Searched refs:linbuf_base (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/diff/src/
H A Dio.c233 lin linbuf_base = current->linbuf_base;
456 /* Double (alloc_lines - linbuf_base) by adding to alloc_lines. */
458 || PTRDIFF_MAX / sizeof *cureqs <= 2 * alloc_lines - linbuf_base
459 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base)
461 alloc_lines = 2 * alloc_lines - linbuf_base;
463 linbuf += linbuf_base;
465 (alloc_lines - linbuf_base) * sizeof *linbuf);
466 linbuf -= linbuf_base;
482 /* Double (alloc_lines - linbuf_base) b
229 lin linbuf_base = current->linbuf_base; local
[all...]
H A Ddiff.h253 /* linbuf_base <= buffered_lines <= valid_lines <= alloc_lines.
254 linebuf[linbuf_base ... buffered_lines - 1] are possibly differing. member in struct:file_data
255 linebuf[linbuf_base ... valid_lines - 1] contain valid data.
256 linebuf[linbuf_base ... alloc_lines - 1] are allocated. */
257 lin linbuf_base, buffered_lines, valid_lines, alloc_lines;
H A Danalyze.c1018 free (cmp->file[f].linbuf + cmp->file[f].linbuf_base);

Completed in 201 milliseconds