Searched refs:lastmatchrestart (Results 1 – 1 of 1) sorted by relevance
1390 do_after_lines(int lastmatchnumber, char *lastmatchrestart, char *endptr, in do_after_lines() argument1396 while (lastmatchrestart < endptr && count++ < after_context) in do_after_lines()1399 char *pp = lastmatchrestart; in do_after_lines()1403 FWRITE(lastmatchrestart, 1, pp - lastmatchrestart, stdout); in do_after_lines()1404 lastmatchrestart = pp; in do_after_lines()1510 char *lastmatchrestart = NULL; in pcregrep() local1798 char *p = lastmatchrestart; in pcregrep()1810 while (lastmatchrestart < p) in pcregrep()1812 char *pp = lastmatchrestart; in pcregrep()1816 FWRITE(lastmatchrestart, 1, pp - lastmatchrestart, stdout); in pcregrep()[all …]