Searched refs:input_lines (Results 1 – 3 of 3) sorted by relevance
88 LINENUM input_lines = 0; /* how long is input file in lines */ variable493 input_lines = 0; in reinitialize_almost_everything()711 LINENUM max_pos_offset = input_lines - first_guess - pat_lines + 1; in locate_hunk()724 if (first_guess <= input_lines && patch_match(first_guess, 0, fuzz)) in locate_hunk()1048 say("il=%ld lfl=%ld\n", input_lines, last_frozen_line); in spew_output()1050 if (input_lines) in spew_output()1051 copy_till(input_lines, true); /* dump remainder of file */ in spew_output()1102 if (iline == input_lines) { in patch_match()
251 input_lines = iline - 1; in plan_a()360 input_lines = i - 1; in plan_b()384 if (line < 1 || line > input_lines) { in ifetch()
108 extern LINENUM input_lines; /* how long is input file in lines */