dend 3718 libglibc/regex.c #define MATCHING_IN_FIRST_STRING (dend == end_match_1) dend 3723 libglibc/regex.c while (d == dend) \ dend 3726 libglibc/regex.c if (dend == end_match_2) \ dend 3730 libglibc/regex.c dend = end_match_2; \ dend 3884 libglibc/regex.c const char *d, *dend; dend 4085 libglibc/regex.c dend = end_match_1; dend 4090 libglibc/regex.c dend = end_match_2; dend 4168 libglibc/regex.c dend = ((d >= string1 && d <= end1) dend 4593 libglibc/regex.c mcnt = dend - d; dend 5228 libglibc/regex.c dend = end_match_1;