Home
last modified time | relevance | path

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

/freebsd/usr.bin/patch/
H A Dpch.c269 off_t first_command_line = -1; in intuit_diff_type() local
290 if (first_command_line >= 0) { in intuit_diff_type()
292 p_start = first_command_line; in intuit_diff_type()
313 if (first_command_line < 0 && this_is_a_command) { in intuit_diff_type()
314 first_command_line = this_line; in intuit_diff_type()
361 first_command_line >= 0 && in intuit_diff_type()
364 p_start = first_command_line; in intuit_diff_type()