Home
last modified time | relevance | path

Searched refs:input_lines (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/patch/
H A Dpatch.c88 LINENUM input_lines = 0; /* how long is input file in lines */ variable
493 input_lines = 0; in reinitialize_almost_everything()
711 LINENUM max_pos_offset = input_lines - first_guess - pat_lines + 1; in locate_hunk()
726 if (first_guess <= input_lines && patch_match(first_guess, 0, fuzz)) in locate_hunk()
1050 say("il=%ld lfl=%ld\n", input_lines, last_frozen_line); in spew_output()
1052 if (input_lines) in spew_output()
1053 copy_till(input_lines, true); /* dump remainder of file */ in spew_output()
1104 if (iline == input_lines) { in patch_match()
H A Dinp.c251 input_lines = iline - 1; in plan_a()
355 input_lines = i - 1; in plan_b()
379 if (line < 1 || line > input_lines) {
H A Dcommon.h108 extern LINENUM input_lines; /* how long is input file in lines */