Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Difdef.c44 static lin next_line0; variable
52 next_line0 = next_line1 = - files[0].prefix_lines; in print_ifdef_script()
54 if (next_line0 < files[0].valid_lines in print_ifdef_script()
59 next_line0, files[0].valid_lines, in print_ifdef_script()
81 if (next_line0 < first0 || next_line1 < first1) in print_ifdef_hunk()
83 next_line0, first0, in print_ifdef_hunk()
87 next_line0 = last0 + 1; in print_ifdef_hunk()
90 first0, next_line0, in print_ifdef_hunk()
/freebsd/contrib/diff/
H A DChangeLog140 (next_line0, next_line1): New vars.