HomeSort by: relevance | last modified time | path
    Searched defs:dend2 (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 6849 register const CHAR_T *d2, *dend2;
6865 dend2 = ((FIRST_STRING_P (regstart[regno])
6872 while (d2 == dend2)
6874 if (dend2 == end_match_2) break;
6875 if (dend2 == regend[regno]) break;
6879 dend2 = regend[regno];
6882 if (d2 == dend2) break;
6892 if (mcnt > dend2 - d2)
6893 mcnt = dend2 - d2;
6832 register const CHAR_T *d2, *dend2; local
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 6789 register const CHAR_T *d2, *dend2;
6805 dend2 = ((FIRST_STRING_P (regstart[regno])
6812 while (d2 == dend2)
6814 if (dend2 == end_match_2) break;
6815 if (dend2 == regend[regno]) break;
6819 dend2 = regend[regno];
6822 if (d2 == dend2) break;
6832 if (mcnt > dend2 - d2)
6833 mcnt = dend2 - d2;
6772 register const CHAR_T *d2, *dend2; local
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 6789 register const CHAR_T *d2, *dend2;
6805 dend2 = ((FIRST_STRING_P (regstart[regno])
6812 while (d2 == dend2)
6814 if (dend2 == end_match_2) break;
6815 if (dend2 == regend[regno]) break;
6819 dend2 = regend[regno];
6822 if (d2 == dend2) break;
6832 if (mcnt > dend2 - d2)
6833 mcnt = dend2 - d2;
6772 register const CHAR_T *d2, *dend2; local
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 6789 register const CHAR_T *d2, *dend2;
6805 dend2 = ((FIRST_STRING_P (regstart[regno])
6812 while (d2 == dend2)
6814 if (dend2 == end_match_2) break;
6815 if (dend2 == regend[regno]) break;
6819 dend2 = regend[regno];
6822 if (d2 == dend2) break;
6832 if (mcnt > dend2 - d2)
6833 mcnt = dend2 - d2;
6772 register const CHAR_T *d2, *dend2; local
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 6789 register const CHAR_T *d2, *dend2;
6805 dend2 = ((FIRST_STRING_P (regstart[regno])
6812 while (d2 == dend2)
6814 if (dend2 == end_match_2) break;
6815 if (dend2 == regend[regno]) break;
6819 dend2 = regend[regno];
6822 if (d2 == dend2) break;
6832 if (mcnt > dend2 - d2)
6833 mcnt = dend2 - d2;
6772 register const CHAR_T *d2, *dend2; local
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 6789 register const CHAR_T *d2, *dend2;
6805 dend2 = ((FIRST_STRING_P (regstart[regno])
6812 while (d2 == dend2)
6814 if (dend2 == end_match_2) break;
6815 if (dend2 == regend[regno]) break;
6819 dend2 = regend[regno];
6822 if (d2 == dend2) break;
6832 if (mcnt > dend2 - d2)
6833 mcnt = dend2 - d2;
6772 register const CHAR_T *d2, *dend2; local
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 6789 register const CHAR_T *d2, *dend2;
6805 dend2 = ((FIRST_STRING_P (regstart[regno])
6812 while (d2 == dend2)
6814 if (dend2 == end_match_2) break;
6815 if (dend2 == regend[regno]) break;
6819 dend2 = regend[regno];
6822 if (d2 == dend2) break;
6832 if (mcnt > dend2 - d2)
6833 mcnt = dend2 - d2;
6772 register const CHAR_T *d2, *dend2; local
  /src/external/gpl2/diffutils/dist/lib/
regex.c 6966 register const CHAR_T *d2, *dend2;
6982 dend2 = ((FIRST_STRING_P (regstart[regno])
6989 while (d2 == dend2)
6991 if (dend2 == end_match_2) break;
6992 if (dend2 == regend[regno]) break;
6996 dend2 = regend[regno];
6999 if (d2 == dend2) break;
7009 if (mcnt > dend2 - d2)
7010 mcnt = dend2 - d2;
6949 register const CHAR_T *d2, *dend2; local
  /src/external/gpl2/grep/dist/lib/
regex.c 6537 register const CHAR_TYPE *d2, *dend2;
6553 dend2 = ((FIRST_STRING_P (regstart[regno])
6560 while (d2 == dend2)
6562 if (dend2 == end_match_2) break;
6563 if (dend2 == regend[regno]) break;
6567 dend2 = regend[regno];
6570 if (d2 == dend2) break;
6580 if (mcnt > dend2 - d2)
6581 mcnt = dend2 - d2;
6517 register const CHAR_TYPE *d2, *dend2; local

Completed in 87 milliseconds