Lines Matching refs:linbuf
226 char const **linbuf = current->linbuf; in find_and_hash_each_line() local
455 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base) in find_and_hash_each_line()
459 linbuf += linbuf_base; in find_and_hash_each_line()
460 linbuf = xrealloc (linbuf, in find_and_hash_each_line()
461 (alloc_lines - linbuf_base) * sizeof *linbuf); in find_and_hash_each_line()
462 linbuf -= linbuf_base; in find_and_hash_each_line()
464 linbuf[line] = ip; in find_and_hash_each_line()
481 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base) in find_and_hash_each_line()
484 linbuf += linbuf_base; in find_and_hash_each_line()
485 linbuf = xrealloc (linbuf, in find_and_hash_each_line()
486 (alloc_lines - linbuf_base) * sizeof *linbuf); in find_and_hash_each_line()
487 linbuf -= linbuf_base; in find_and_hash_each_line()
489 linbuf[line] = p; in find_and_hash_each_line()
504 current->linbuf = linbuf; in find_and_hash_each_line()
777 filevec[0].linbuf = linbuf0 + buffered_prefix; in find_identical_ends()
778 filevec[1].linbuf = linbuf1 + buffered_prefix; in find_identical_ends()