Home
last modified time | relevance | path

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

/external/clearsilver/util/regex/
Dregex.c3457 if (dend == end_match_2) \
3461 dend = end_match_2; \
3587 const char *end_match_1, *end_match_2; local
3774 end_match_2 = string2;
3779 end_match_2 = string2 + stop - size1;
3796 dend = end_match_2;
3818 if (d != end_match_2)
3871 ? end_match_1 : end_match_2);
4279 if (dend2 == end_match_2) break;