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

  /src/usr.bin/patch/
pch.c 255 long first_command_line = -1; local in function:intuit_diff_type
275 if (first_command_line >= 0L) {
277 p_start = first_command_line;
298 if (first_command_line < 0L && this_is_a_command) {
299 first_command_line = this_line;
329 first_command_line >= 0L &&
332 p_start = first_command_line;

Completed in 14 milliseconds