Lines Matching refs:linbuf
228 char const **linbuf = current->linbuf; in find_and_hash_each_line() local
453 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base) in find_and_hash_each_line()
457 linbuf += linbuf_base; in find_and_hash_each_line()
458 linbuf = xrealloc (linbuf, in find_and_hash_each_line()
459 (alloc_lines - linbuf_base) * sizeof *linbuf); in find_and_hash_each_line()
460 linbuf -= linbuf_base; in find_and_hash_each_line()
462 linbuf[line] = ip; in find_and_hash_each_line()
479 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base) in find_and_hash_each_line()
482 linbuf += linbuf_base; in find_and_hash_each_line()
483 linbuf = xrealloc (linbuf, in find_and_hash_each_line()
484 (alloc_lines - linbuf_base) * sizeof *linbuf); in find_and_hash_each_line()
485 linbuf -= linbuf_base; in find_and_hash_each_line()
487 linbuf[line] = (char const *) p; in find_and_hash_each_line()
502 current->linbuf = linbuf; in find_and_hash_each_line()
775 filevec[0].linbuf = linbuf0 + buffered_prefix; in find_identical_ends()
776 filevec[1].linbuf = linbuf1 + buffered_prefix; in find_identical_ends()