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

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 4490 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)];
4492 if (start_colseq <= this_colseq && this_colseq <= end_colseq)
4477 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; local
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 4494 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)];
4496 if (start_colseq <= this_colseq && this_colseq <= end_colseq)
4481 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; local
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 4494 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)];
4496 if (start_colseq <= this_colseq && this_colseq <= end_colseq)
4481 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; local
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 4494 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)];
4496 if (start_colseq <= this_colseq && this_colseq <= end_colseq)
4481 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; local
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 4494 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)];
4496 if (start_colseq <= this_colseq && this_colseq <= end_colseq)
4481 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; local
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 4494 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)];
4496 if (start_colseq <= this_colseq && this_colseq <= end_colseq)
4481 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; local
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 4494 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)];
4496 if (start_colseq <= this_colseq && this_colseq <= end_colseq)
4481 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; local
  /src/external/gpl2/diffutils/dist/lib/
regex.c 4588 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)];
4590 if (start_colseq <= this_colseq && this_colseq <= end_colseq)
4575 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; local
  /src/external/gpl2/grep/dist/lib/
regex.c 4505 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)];
4507 if (start_colseq <= this_colseq && this_colseq <= end_colseq)
4490 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; local

Completed in 75 milliseconds