Searched refs:input_lines (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/gpatch-3/patch/
H A Dinp.h24 XTERN LINENUM input_lines; /* how long is input file in lines */ variable
H A Dinp.c289 input_lines = iline - 1;
423 input_lines = line - 1;
435 if (line < 1 || line > input_lines) {
459 if (line == input_lines)
H A Dpatch.c465 input_lines = 0;
857 LINENUM max_where = input_lines - (pat_lines - suffix_fuzz) + 1;
877 if (pat_lines != input_lines || prefix_context < last_frozen_line)
895 offset = first_guess - (input_lines - pat_lines + 1);
1223 format_linenum (numbuf0, input_lines),
1227 if (last_frozen_line < input_lines)
1228 if (! copy_till (outstate, input_lines))
/macosx-10.9.5/patch_cmds-17/patch/
H A Dcommon.h114 extern LINENUM input_lines; /* how long is input file in lines */
H A Dpatch.c84 LINENUM input_lines = 0; /* how long is input file in lines */ variable
416 input_lines = 0;
635 LINENUM max_pos_offset = input_lines - first_guess - pat_lines + 1;
648 if (first_guess <= input_lines && patch_match(first_guess, 0, fuzz))
966 say("il=%ld lfl=%ld\n", input_lines, last_frozen_line);
968 if (input_lines)
969 copy_till(input_lines, true); /* dump remainder of file */
1016 if (iline == input_lines) {
H A Dinp.c304 input_lines = iline - 1;
396 input_lines = i - 1;
419 if (line < 1 || line > input_lines) {

Completed in 156 milliseconds