Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c1421 do_after_lines(int lastmatchnumber, char *lastmatchrestart, char *endptr, in do_after_lines() argument
1427 while (lastmatchrestart < endptr && count++ < after_context) in do_after_lines()
1430 char *pp = lastmatchrestart; in do_after_lines()
1434 FWRITE(lastmatchrestart, 1, pp - lastmatchrestart, stdout); in do_after_lines()
1435 lastmatchrestart = pp; in do_after_lines()
1807 char *lastmatchrestart = NULL; in pcre2grep() local
2119 char *p = lastmatchrestart; in pcre2grep()
2131 while (lastmatchrestart < p) in pcre2grep()
2133 char *pp = lastmatchrestart; in pcre2grep()
2137 FWRITE(lastmatchrestart, 1, pp - lastmatchrestart, stdout); in pcre2grep()
[all …]