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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c6745 PCRE_PUCHAR new_start_match; local
6953 new_start_match = start_match;
6963 new_start_match = md->start_match_ptr;
6975 new_start_match = start_match + 1;
6978 ACROSSCHAR(new_start_match < end_subject, *new_start_match,
6979 new_start_match++);
7008 start_match = new_start_match;

Completed in 31 milliseconds