Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c233 static int both_context = 0; variable
438 …{ OP_NUMBER, 'C', &both_context, "context=number", "set number of context lines, befo…
4141 if (both_context > 0) in main()
4143 if (after_context == 0) after_context = both_context; in main()
4144 if (before_context == 0) before_context = both_context; in main()