Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c6767 register const CHAR_T *d2, *dend2; in wcs_re_match_2_internal() local
6783 dend2 = ((FIRST_STRING_P (regstart[regno]) in wcs_re_match_2_internal()
6790 while (d2 == dend2) in wcs_re_match_2_internal()
6792 if (dend2 == end_match_2) break; in wcs_re_match_2_internal()
6793 if (dend2 == regend[regno]) break; in wcs_re_match_2_internal()
6797 dend2 = regend[regno]; in wcs_re_match_2_internal()
6800 if (d2 == dend2) break; in wcs_re_match_2_internal()
6810 if (mcnt > dend2 - d2) in wcs_re_match_2_internal()
6811 mcnt = dend2 - d2; in wcs_re_match_2_internal()