Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dmakeucnid.cc139 unsigned long codepoint, this_decomp[4]; in read_table() local
182 this_decomp[i] = strtoul (l, &l, 16); in read_table()
183 decomp_useful &= flags[this_decomp[i]]; in read_table()
190 all_decomp[codepoint][j] = this_decomp[j]; in read_table()
193 decomp[codepoint][i] = this_decomp[i]; in read_table()