Home
last modified time | relevance | path

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

/freebsd/usr.bin/patch/
H A Dpch.c271 bool last_line_was_command = false, this_is_a_command = false; in intuit_diff_type() local
284 last_line_was_command = this_is_a_command; in intuit_diff_type()
311 this_is_a_command = (isdigit((unsigned char)*s) && in intuit_diff_type()
313 if (first_command_line < 0 && this_is_a_command) { in intuit_diff_type()