Searched refs:both_context (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcregrep.c160 static int both_context = 0; variable
338 { OP_NUMBER, 'C', &both_context, "context=number", "set number of context lines, before & after" },
2937 if (both_context > 0)
2939 if (after_context == 0) after_context = both_context;
2940 if (before_context == 0) before_context = both_context;

Completed in 1017 milliseconds