Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c1177 int this_char; in PREFIX() local
1187 for (this_char = where - string1; this_char < size1; this_char++) in PREFIX()
1188 PUT_CHAR (string1[this_char]); in PREFIX()
1194 for (this_char = where - string2; this_char < size2; this_char++) in PREFIX()
1196 PUT_CHAR (string2[this_char]); in PREFIX()
4448 unsigned this_char; in byte_compile_range() local
4475 for (this_char = 0; this_char <= (unsigned char) -1; ++this_char) in byte_compile_range()
4477 unsigned int this_colseq = collseq[(unsigned char) TRANSLATE (this_char)]; in byte_compile_range()
4481 SET_LIST_BIT (TRANSLATE (this_char)); in byte_compile_range()
4497 for (this_char = range_start_char; this_char <= end_char; ++this_char) in byte_compile_range()
[all …]