Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/patch/
H A Dpch.c263 off_t first_command_line = -1; in intuit_diff_type() local
284 if (first_command_line >= 0) { in intuit_diff_type()
286 p_start = first_command_line; in intuit_diff_type()
307 if (first_command_line < 0 && this_is_a_command) { in intuit_diff_type()
308 first_command_line = this_line; in intuit_diff_type()
355 first_command_line >= 0 && in intuit_diff_type()
358 p_start = first_command_line; in intuit_diff_type()