Searched refs:identifier_chars (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c227 static char identifier_chars[256]; variable
235 #define is_identifier_char(x) (identifier_chars[(unsigned char) x])
1117 identifier_chars['%'] = intel_syntax && allow_naked_reg ? '%' : 0;
1118 identifier_chars['$'] = intel_syntax ? '$' : 0;
1290 identifier_chars[c] = c;
1293 identifier_chars[c] = c;
1299 identifier_chars['@'] = '@';
1302 identifier_chars['?'] = '?';
1308 identifier_chars['_'] = '_';
1309 identifier_chars['
[all...]

Completed in 121 milliseconds