Lines Matching refs:linbuf_base
231 lin linbuf_base = current->linbuf_base; in find_and_hash_each_line() local
452 || PTRDIFF_MAX / sizeof *cureqs <= 2 * alloc_lines - linbuf_base in find_and_hash_each_line()
453 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base) in find_and_hash_each_line()
455 alloc_lines = 2 * alloc_lines - linbuf_base; in find_and_hash_each_line()
457 linbuf += linbuf_base; 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()
478 || PTRDIFF_MAX / sizeof *cureqs <= 2 * alloc_lines - linbuf_base in find_and_hash_each_line()
479 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base) in find_and_hash_each_line()
481 alloc_lines = 2 * alloc_lines - linbuf_base; in find_and_hash_each_line()
482 linbuf += linbuf_base; 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()
777 filevec[0].linbuf_base = filevec[1].linbuf_base = - buffered_prefix; in find_identical_ends()