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

/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c4496 register const char *d2, *dend2;
4512 dend2 = ((FIRST_STRING_P (regstart[regno])
4519 while (d2 == dend2)
4521 if (dend2 == end_match_2) break;
4522 if (dend2 == regend[regno]) break;
4526 dend2 = regend[regno];
4529 if (d2 == dend2) break;
4539 if (mcnt > dend2 - d2)
4540 mcnt = dend2 - d2;
4477 register const char *d2, *dend2; local
/haiku-buildtools/legacy/binutils/libiberty/
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
/haiku-buildtools/gcc/libiberty/
H A Dregex.c6784 register const CHAR_T *d2, *dend2;
6800 dend2 = ((FIRST_STRING_P (regstart[regno])
6807 while (d2 == dend2)
6809 if (dend2 == end_match_2) break;
6810 if (dend2 == regend[regno]) break;
6814 dend2 = regend[regno];
6817 if (d2 == dend2) break;
6827 if (mcnt > dend2 - d2)
6828 mcnt = dend2 - d2;
6767 register const CHAR_T *d2, *dend2; local
/haiku-buildtools/binutils/libiberty/
H A Dregex.c6786 register const CHAR_T *d2, *dend2;
6802 dend2 = ((FIRST_STRING_P (regstart[regno])
6809 while (d2 == dend2)
6811 if (dend2 == end_match_2) break;
6812 if (dend2 == regend[regno]) break;
6816 dend2 = regend[regno];
6819 if (d2 == dend2) break;
6829 if (mcnt > dend2 - d2)
6830 mcnt = dend2 - d2;
6769 register const CHAR_T *d2, *dend2; local

Completed in 201 milliseconds