Searched refs:after_context (Results 1 – 1 of 1) sorted by relevance
171 static int after_context = 0; variable351 …{ OP_NUMBER, 'A', &after_context, "after-context=number", "set number of following con…1424 if (after_context > 0 && lastmatchnumber > 0) in do_after_lines()1427 while (lastmatchrestart < endptr && count++ < after_context) in do_after_lines()2115 if (after_context > 0 && lastmatchnumber > 0) in pcre2grep()2121 while (p < ptr && linecount < after_context) in pcre2grep()2185 if (after_context > 0 || before_context > 0) in pcre2grep()2319 if (after_context > 0 && in pcre2grep()3288 if (after_context == 0) after_context = both_context; in main()