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

/freebsd-10.2-release/usr.bin/patch/
H A Dcommon.h115 extern LINENUM input_lines; /* how long is input file in lines */
H A Dpatch.c87 LINENUM input_lines = 0; /* how long is input file in lines */ variable
435 input_lines = 0;
649 LINENUM max_pos_offset = input_lines - first_guess - pat_lines + 1;
662 if (first_guess <= input_lines && patch_match(first_guess, 0, fuzz))
986 say("il=%ld lfl=%ld\n", input_lines, last_frozen_line);
988 if (input_lines)
989 copy_till(input_lines, true); /* dump remainder of file */
1037 if (iline == input_lines) {
H A Dinp.c343 input_lines = iline - 1;
435 input_lines = i - 1;
458 if (line < 1 || line > input_lines) {
/freebsd-10.2-release/contrib/texinfo/util/
H A Dinstall-info.c1160 struct line_data *input_lines = NULL;
1335 input_lines = findlines (input_data, input_size, &input_nlines);
1338 i = parse_input (input_lines, input_nlines,
1147 struct line_data *input_lines = NULL; local

Completed in 109 milliseconds