Home | History | Annotate | Download | only in libiberty

Lines Matching defs:this_char

1186   int this_char;
1196 for (this_char = where - string1; this_char < size1; this_char++)
1197 PUT_CHAR (string1[this_char]);
1203 for (this_char = where - string2; this_char < size2; this_char++)
1205 PUT_CHAR (string2[this_char]);
4465 unsigned this_char;
4492 for (this_char = 0; this_char <= (unsigned char) -1; ++this_char)
4494 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)];
4498 SET_LIST_BIT (TRANSLATE (this_char));
4503 /* Here we see why `this_char' has to be larger than an `unsigned
4514 for (this_char = range_start_char; this_char <= end_char; ++this_char)
4516 SET_LIST_BIT (TRANSLATE (this_char));