Lines Matching refs:p_context
55 static LINENUM p_context = 3; /* # of context lines */ variable
582 p_context = 100; in another_hunk()
730 (p_context != 0 || p_repl_lines != 1)) in another_hunk()
748 if (context < p_context) in another_hunk()
749 p_context = context; in another_hunk()
831 if (!p_context && p_repl_lines == 1) { in another_hunk()
839 } else if (!p_context && fillcnt == 1) { in another_hunk()
857 (fillcnt || (p_first > 1 && ptrn_copiable > 2 * p_context))) { in another_hunk()
961 p_context = 100; in another_hunk()
1058 if (context < p_context) in another_hunk()
1059 p_context = context; in another_hunk()
1069 p_context = 0; in another_hunk()
1408 return p_context; in pch_context()