Lines Matching refs:p_context
56 static LINENUM p_context = 3; /* # of context lines */ variable
583 p_context = 100; in another_hunk()
731 (p_context != 0 || p_repl_lines != 1)) in another_hunk()
749 if (context < p_context) in another_hunk()
750 p_context = context; in another_hunk()
832 if (!p_context && p_repl_lines == 1) { in another_hunk()
840 } else if (!p_context && fillcnt == 1) { in another_hunk()
858 (fillcnt || (p_first > 1 && ptrn_copiable > 2 * p_context))) { in another_hunk()
962 p_context = 100; in another_hunk()
1059 if (context < p_context) in another_hunk()
1060 p_context = context; in another_hunk()
1070 p_context = 0; in another_hunk()
1406 return p_context; in pch_context()