Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/patch/
Dpch.c249 off_t first_command_line = -1; in intuit_diff_type() local
270 if (first_command_line >= 0) { in intuit_diff_type()
272 p_start = first_command_line; in intuit_diff_type()
293 if (first_command_line < 0 && this_is_a_command) { in intuit_diff_type()
294 first_command_line = this_line; in intuit_diff_type()
334 first_command_line >= 0 && in intuit_diff_type()
337 p_start = first_command_line; in intuit_diff_type()