Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Difdef.c45 static lin next_line1; variable
52 next_line0 = next_line1 = - files[0].prefix_lines; in print_ifdef_script()
55 || next_line1 < files[1].valid_lines) in print_ifdef_script()
60 next_line1, files[1].valid_lines); in print_ifdef_script()
81 if (next_line0 < first0 || next_line1 < first1) in print_ifdef_hunk()
84 next_line1, first1); in print_ifdef_hunk()
88 next_line1 = last1 + 1; in print_ifdef_hunk()
91 first1, next_line1); in print_ifdef_hunk()
/freebsd/contrib/diff/
H A DChangeLog140 (next_line0, next_line1): New vars.