Home | History | Annotate | Download | only in config

Lines Matching refs:identifier_chars

65 static char identifier_chars[256];
73 #define is_identifier_char(x) (identifier_chars [(unsigned char) x])
203 identifier_chars[c] = c;