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

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c4443 register const char *d2, *dend2;
4459 dend2 = ((FIRST_STRING_P (regstart[regno])
4466 while (d2 == dend2)
4468 if (dend2 == end_match_2) break;
4469 if (dend2 == regend[regno]) break;
4473 dend2 = regend[regno];
4476 if (d2 == dend2) break;
4486 if (mcnt > dend2 - d2)
4487 mcnt = dend2 - d2;
4424 register const char *d2, *dend2; local
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c4885 register const char *d2, *dend2;
4901 dend2 = ((FIRST_STRING_P (regstart[regno])
4908 while (d2 == dend2)
4910 if (dend2 == end_match_2) break;
4911 if (dend2 == regend[regno]) break;
4915 dend2 = regend[regno];
4918 if (d2 == dend2) break;
4928 if (mcnt > dend2 - d2)
4929 mcnt = dend2 - d2;
4865 register const char *d2, *dend2; local
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c6779 register const CHAR_T *d2, *dend2;
6795 dend2 = ((FIRST_STRING_P (regstart[regno])
6802 while (d2 == dend2)
6804 if (dend2 == end_match_2) break;
6805 if (dend2 == regend[regno]) break;
6809 dend2 = regend[regno];
6812 if (d2 == dend2) break;
6822 if (mcnt > dend2 - d2)
6823 mcnt = dend2 - d2;
6762 register const CHAR_T *d2, *dend2; local

Completed in 261 milliseconds