Lines Matching defs:p_context
61 static LINENUM p_context = 3; /* # of context lines */
553 p_context = 100;
699 (p_context != 0 || p_repl_lines != 1))
717 if (context < p_context)
718 p_context = context;
800 if (!p_context && p_repl_lines == 1) {
808 } else if (!p_context && fillcnt == 1) {
826 (fillcnt || (p_first > 1 && ptrn_copiable > 2 * p_context))) {
934 p_context = 100;
1031 if (context < p_context)
1032 p_context = context;
1042 p_context = 0;
1361 return p_context;