Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/patch/
H A Dpch.c255 long first_command_line = -1; in intuit_diff_type() local
275 if (first_command_line >= 0L) { in intuit_diff_type()
277 p_start = first_command_line; in intuit_diff_type()
298 if (first_command_line < 0L && this_is_a_command) { in intuit_diff_type()
299 first_command_line = this_line; in intuit_diff_type()
329 first_command_line >= 0L && in intuit_diff_type()
332 p_start = first_command_line; in intuit_diff_type()