HomeSort by: relevance | last modified time | path
    Searched defs:p_context (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/patch/
pch.c 61 static LINENUM p_context = 3; /* # of context lines */ variable in typeref:typename:LINENUM
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)
    [all...]
pch.c 61 static LINENUM p_context = 3; /* # of context lines */ variable in typeref:typename:LINENUM
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)
    [all...]

Completed in 26 milliseconds