Lines Matching refs:p_context
56 static LINENUM p_context = 3; /* # of context lines */ variable
541 p_context = 100; in another_hunk()
694 (p_context != 0 || p_repl_lines != 1)) in another_hunk()
712 if (context < p_context) in another_hunk()
713 p_context = context; in another_hunk()
795 if (!p_context && p_repl_lines == 1) { in another_hunk()
803 } else if (!p_context && fillcnt == 1) { in another_hunk()
821 (fillcnt || (p_first > 1 && ptrn_copiable > 2 * p_context))) { in another_hunk()
925 p_context = 100; in another_hunk()
1022 if (context < p_context) in another_hunk()
1023 p_context = context; in another_hunk()
1033 p_context = 0; in another_hunk()
1364 return p_context; in pch_context()