Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c202 static int both_context = 0; variable
400 …{ OP_NUMBER, 'C', &both_context, "context=number", "set number of context lines, befo…
3958 if (both_context > 0) in main()
3960 if (after_context == 0) after_context = both_context; in main()
3961 if (before_context == 0) before_context = both_context; in main()