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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-maxq.c606 static char identifier_chars[256]; variable
614 #define is_identifier_char(x) (identifier_chars[(unsigned char)(x)])
615 #define is_digit_char(x) (identifier_chars[(unsigned char)(x)])
3025 identifier_chars[c] = c;
3029 identifier_chars[c] = c;
3039 identifier_chars['_'] = '_';
3040 identifier_chars['.'] = '.';
H A Dtc-i386.c245 static char identifier_chars[256]; variable
253 #define is_identifier_char(x) (identifier_chars[(unsigned char) x])
858 identifier_chars['%'] = intel_syntax && allow_naked_reg ? '%' : 0;
859 identifier_chars['$'] = intel_syntax ? '$' : 0;
1024 identifier_chars[c] = c;
1027 identifier_chars[c] = c;
1033 identifier_chars['@'] = '@';
1036 identifier_chars['?'] = '?';
1041 identifier_chars['_'] = '_';
1042 identifier_chars['
[all...]
H A Dtc-tic30.c67 static char identifier_chars[256]; variable
75 #define is_identifier_char(x) (identifier_chars [(unsigned char) x])
205 identifier_chars[c] = c;
/haiku-buildtools/binutils/gas/config/
H A Dtc-tic30.c65 static char identifier_chars[256]; variable
73 #define is_identifier_char(x) (identifier_chars [(unsigned char) x])
203 identifier_chars[c] = c;
H A Dtc-i386.c462 static char identifier_chars[256]; variable
470 #define is_identifier_char(x) (identifier_chars[(unsigned char) x])
2303 identifier_chars['%'] = intel_syntax && allow_naked_reg ? '%' : 0;
2304 identifier_chars['$'] = intel_syntax ? '$' : 0;
2685 identifier_chars[c] = c;
2688 identifier_chars[c] = c;
2694 identifier_chars['@'] = '@';
2697 identifier_chars['?'] = '?';
2704 identifier_chars['_'] = '_';
2705 identifier_chars['
[all...]

Completed in 133 milliseconds