Searched refs:lastmatchrestart (Results 1 – 1 of 1) sorted by relevance
1421 do_after_lines(int lastmatchnumber, char *lastmatchrestart, char *endptr, in do_after_lines() argument1427 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() local2119 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 …]