Home
last modified time | relevance | path

Searched refs:beg0 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/diff/src/
H A Dio.c574 char const *end0, *beg0; in find_identical_ends() local
665 beg0 = filevec[0].prefix_end + (n0 < n1 ? 0 : n0 - n1); in find_identical_ends()
668 for (; p0 != beg0; p0--, p1--) in find_identical_ends()
672 beg0 = p0; in find_identical_ends()
687 p1 += p0 - beg0; in find_identical_ends()
H A Difdef.c99 format_ifdef (char const *format, lin beg0, lin end0, lin beg1, lin end1) in format_ifdef() argument
104 groups[0].from = beg0; in format_ifdef()