Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/diff/
Dio.c201 int linbuf_base = current->linbuf_base; local
332 alloc_lines = 2 * alloc_lines - linbuf_base;
334 linbuf = (char const **) xrealloc (linbuf + linbuf_base,
335 (alloc_lines - linbuf_base)
337 - linbuf_base;
354 alloc_lines = 2 * alloc_lines - linbuf_base;
355 linbuf = (char const **) xrealloc (linbuf + linbuf_base,
356 (alloc_lines - linbuf_base)
358 - linbuf_base;
616 filevec[0].linbuf_base = filevec[1].linbuf_base = - buffered_prefix;
Ddiff.h233 int linbuf_base, buffered_lines, valid_lines, alloc_lines; member
Danalyze.c1060 free (filevec[i].linbuf + filevec[i].linbuf_base);