Home
last modified time | relevance | path

Searched refs:java_keyword (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dkeyword.h28 struct java_keyword { const char *const name; const int token; }; struct
36 const struct java_keyword *java_keyword PARAMS ((const char *, unsigned int));
101 const struct java_keyword *
102 java_keyword (str, len) in java_keyword() function
106 static const struct java_keyword wordlist[] =
H A Dkeyword.gperf28 struct java_keyword { const char *const name; const int token; };
36 const struct java_keyword *java_keyword PARAMS ((const char *, unsigned int));
H A Dlex.c1565 const struct java_keyword *kw;
1566 if ((kw=java_keyword (string, ascii_index)))
H A DMake-lang.in94 # gperf -L C -C -F ', 0' -p -t -j1 -i 1 -g -o -N java_keyword -k1,4,$$ \
H A DChangeLog1735 * keyword.gperf (struct java_keyword, java_keyword): Const-ify.
2402 * keyword.gperf (java_keyword): Likewise.
8026 * keyword.gperf (hash, java_keyword): Add prototypes.
8958 * keyword.gperf (java_keyword): Const-ify a char*.