Searched defs:JAVA_START_CHAR_P (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ | ||
H A D | jvspec.c | 105 #define JAVA_START_CHAR_P(c) (c < 128 && (ISIDST (c) || c == '$')) macro |
H A D | lex.h | 252 #define JAVA_START_CHAR_P(c) ((c < 128 \ macro |