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

/haiku/src/build/libgnuregex/
H A Dregex.c3077 if (dend == end_match_2) \
3081 dend = end_match_2; \
3188 const char *end_match_1, *end_match_2;
3350 end_match_2 = string2;
3355 end_match_2 = string2 + stop - size1;
3372 dend = end_match_2;
3394 if (d != end_match_2)
3435 ? end_match_1 : end_match_2);
3443 } /* d != end_match_2 */
3821 if (dend2 == end_match_2) brea
3172 const char *end_match_1, *end_match_2; local
[all...]

Completed in 48 milliseconds