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

/haiku/src/build/libgnuregex/
H A Dregex.c3069 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
3188 const char *end_match_1, *end_match_2;
3349 end_match_1 = string1 + stop;
3354 end_match_1 = end1;
3367 dend = end_match_1;
3427 end_match_1' while the restored d is in string2.
3435 ? end_match_1 : end_match_2);
3814 ? regend[regno] : end_match_1);
4339 dend = end_match_1;
3172 const char *end_match_1, *end_match_2; local

Completed in 22 milliseconds