Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/patch/
H A Dpch.c61 static LINENUM p_context = 3; /* # of context lines */ variable
553 p_context = 100; in another_hunk()
699 (p_context != 0 || p_repl_lines != 1)) in another_hunk()
717 if (context < p_context) in another_hunk()
718 p_context = context; in another_hunk()
800 if (!p_context && p_repl_lines == 1) { in another_hunk()
808 } else if (!p_context && fillcnt == 1) { in another_hunk()
826 (fillcnt || (p_first > 1 && ptrn_copiable > 2 * p_context))) { in another_hunk()
934 p_context = 100; in another_hunk()
1031 if (context < p_context) in another_hunk()
[all …]