Home
last modified time | relevance | path

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

/haiku/src/build/libgnuregex/
H A Dregex.c3062 if (dend == end_match_2) \
3066 dend = end_match_2; \
3172 const char *end_match_1, *end_match_2; local
3334 end_match_2 = string2;
3339 end_match_2 = string2 + stop - size1;
3356 dend = end_match_2;
3378 if (d != end_match_2)
3419 ? end_match_1 : end_match_2);
3805 if (dend2 == end_match_2) break;