Home | History | Annotate | Download | only in config

Lines Matching refs:identifier_chars

450 static char identifier_chars[256];
458 #define is_identifier_char(x) (identifier_chars[(unsigned char) x])
2287 identifier_chars['%'] = intel_syntax && allow_naked_reg ? '%' : 0;
2288 identifier_chars['$'] = intel_syntax ? '$' : 0;
2616 identifier_chars[c] = c;
2619 identifier_chars[c] = c;
2625 identifier_chars['@'] = '@';
2628 identifier_chars['?'] = '?';
2635 identifier_chars['_'] = '_';
2636 identifier_chars['.'] = '.';
9368 if (allow_naked_reg && identifier_chars[(unsigned char) *s])