Searched refs:lastmatchrestart (Results 1 – 1 of 1) sorted by relevance
1660 do_after_lines(unsigned long int lastmatchnumber, char *lastmatchrestart, in do_after_lines() argument1666 while (lastmatchrestart < endptr && count < after_context) in do_after_lines()1669 char *pp = end_of_line(lastmatchrestart, endptr, &ellength); in do_after_lines()1673 FWRITE_IGNORE(lastmatchrestart, 1, pp - lastmatchrestart, stdout); in do_after_lines()1674 lastmatchrestart = pp; in do_after_lines()2367 char *lastmatchrestart = main_buffer; in pcre2grep() local2469 lastmatchrestart = new_buffer + (lastmatchrestart - main_buffer); in pcre2grep()2720 char *p = lastmatchrestart; in pcre2grep()2732 while (lastmatchrestart < p) in pcre2grep()2734 char *pp = lastmatchrestart; in pcre2grep()[all …]