HomeSort by: relevance | last modified time | path
    Searched defs:input_lines (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/patch/
patch.c 92 LINENUM input_lines = 0; /* how long is input file in lines */ variable in typeref:typename:LINENUM
439 input_lines = 0;
659 LINENUM max_pos_offset = input_lines - first_guess - pat_lines + 1;
672 if (first_guess <= input_lines && patch_match(first_guess, 0, fuzz))
992 say("il=%ld lfl=%ld\n", input_lines, last_frozen_line);
994 if (input_lines)
995 copy_till(input_lines, true); /* dump remainder of file */
1043 if (iline == input_lines) {
patch.c 92 LINENUM input_lines = 0; /* how long is input file in lines */ variable in typeref:typename:LINENUM
439 input_lines = 0;
659 LINENUM max_pos_offset = input_lines - first_guess - pat_lines + 1;
672 if (first_guess <= input_lines && patch_match(first_guess, 0, fuzz))
992 say("il=%ld lfl=%ld\n", input_lines, last_frozen_line);
994 if (input_lines)
995 copy_till(input_lines, true); /* dump remainder of file */
1043 if (iline == input_lines) {

Completed in 23 milliseconds