Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2grep.c224 static int after_context = 0; variable
428 …{ OP_NUMBER, 'A', &after_context, "after-context=number", "set number of following con…
1783 if (after_context > 0 && lastmatchnumber > 0) in do_after_lines()
1787 while (lastmatchrestart < endptr && count < after_context) in do_after_lines()
2917 if (after_context > 0 && lastmatchnumber > 0) in pcre2grep()
2923 while (p < ptr && linecount < after_context) in pcre2grep()
2990 if (after_context > 0 || before_context > 0) in pcre2grep()
3162 if (after_context > 0 && in pcre2grep()
4173 if (after_context == 0) after_context = both_context; in main()
/third_party/icu/docs/userguide/transforms/general/
Dindex.md990 before_context { text_to_replace } after_context > completed_result | result_to_revisit ;
994 after_context, then the "}" can be omitted. If there is no result_to_revisit,
1003 completed_result | result_to_revisit < before_context { text_to_replace } after_context ;