this_char         933 libglibc/regex.c   int this_char;
this_char         941 libglibc/regex.c           for (this_char = where - string1; this_char < size1; this_char++)
this_char         942 libglibc/regex.c             putchar (string1[this_char]);
this_char         947 libglibc/regex.c       for (this_char = where - string2; this_char < size2; this_char++)
this_char         948 libglibc/regex.c         putchar (string2[this_char]);
this_char        3141 libglibc/regex.c   unsigned this_char;
this_char        3170 libglibc/regex.c   for (this_char = 0; this_char <= (unsigned char) -1; ++this_char)
this_char        3172 libglibc/regex.c       ch[0] = this_char;
this_char        3175 libglibc/regex.c 	  SET_LIST_BIT (TRANSLATE (this_char));