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

/external/pcre/dist/
H A Dpcregrep.c157 static int after_context = 0; variable
331 { OP_NUMBER, 'A', &after_context, "after-context=number", "set number of following context lines" },
1393 if (after_context > 0 && lastmatchnumber > 0)
1396 while (lastmatchrestart < endptr && count++ < after_context)
1794 if (after_context > 0 && lastmatchnumber > 0)
1800 while (p < ptr && linecount < after_context)
1864 if (after_context > 0 || before_context > 0)
1949 /* Remember where the last match happened for after_context. We remember
1998 if (after_context > 0 &&
2939 if (after_context
[all...]

Completed in 66 milliseconds