4 #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ 5 && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ 6 && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ 7 && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ 8 && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ 9 && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ 10 && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ 11 && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \ 12 && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \ 13 && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \ 14 && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \ 15 && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \ 16 && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \ 17 && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \ 18 && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \ 19 && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \ 20 && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \ 21 && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \ 22 && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \ 23 && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \ 24 && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ 25 && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \ 26 && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126)) 28 error
"gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>." 31 #line 1 "defs/keywords" 36 static const struct kwtable *reserved_word(
const char *,
unsigned int);
37 #define rb_reserved_word(str, len) reserved_word(str, len) 38 #line 9 "defs/keywords" 41 #define TOTAL_KEYWORDS 41 42 #define MIN_WORD_LENGTH 2 43 #define MAX_WORD_LENGTH 12 44 #define MIN_HASH_VALUE 8 45 #define MAX_HASH_VALUE 50 48 #if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || defined(__cplusplus) || defined(__GNUC_STDC_INLINE__) 50 #elif defined(__GNUC__) 55 register const char *str;
56 register unsigned int len;
60 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
61 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
62 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
63 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
64 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
65 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
66 51, 51, 51, 26, 51, 51, 14, 51, 16, 8,
67 11, 13, 51, 51, 51, 51, 10, 51, 13, 51,
68 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
69 51, 51, 51, 51, 51, 11, 51, 13, 1, 26,
70 4, 1, 8, 28, 51, 23, 51, 1, 1, 27,
71 5, 19, 21, 51, 8, 3, 3, 11, 51, 21,
72 24, 16, 51, 51, 51, 51, 51, 51, 51, 51,
73 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
74 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
75 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
76 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
77 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
78 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
79 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
80 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
81 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
82 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
83 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
84 51, 51, 51, 51, 51, 51, 51, 51, 51, 51,
85 51, 51, 51, 51, 51, 51
92 hval += asso_values[(
unsigned char)str[2]];
96 hval += asso_values[(
unsigned char)str[0]];
99 return hval + asso_values[(
unsigned char)str[
len - 1]];
104 char stringpool_str8[
sizeof(
"break")];
105 char stringpool_str9[
sizeof(
"else")];
106 char stringpool_str10[
sizeof(
"nil")];
107 char stringpool_str11[
sizeof(
"ensure")];
108 char stringpool_str12[
sizeof(
"end")];
109 char stringpool_str13[
sizeof(
"then")];
110 char stringpool_str14[
sizeof(
"not")];
111 char stringpool_str15[
sizeof(
"false")];
112 char stringpool_str16[
sizeof(
"self")];
113 char stringpool_str17[
sizeof(
"elsif")];
114 char stringpool_str18[
sizeof(
"rescue")];
115 char stringpool_str19[
sizeof(
"true")];
116 char stringpool_str20[
sizeof(
"until")];
117 char stringpool_str21[
sizeof(
"unless")];
118 char stringpool_str22[
sizeof(
"return")];
119 char stringpool_str23[
sizeof(
"def")];
120 char stringpool_str24[
sizeof(
"and")];
121 char stringpool_str25[
sizeof(
"do")];
122 char stringpool_str26[
sizeof(
"yield")];
123 char stringpool_str27[
sizeof(
"for")];
124 char stringpool_str28[
sizeof(
"undef")];
125 char stringpool_str29[
sizeof(
"or")];
126 char stringpool_str30[
sizeof(
"in")];
127 char stringpool_str31[
sizeof(
"when")];
128 char stringpool_str32[
sizeof(
"retry")];
129 char stringpool_str33[
sizeof(
"if")];
130 char stringpool_str34[
sizeof(
"case")];
131 char stringpool_str35[
sizeof(
"redo")];
132 char stringpool_str36[
sizeof(
"next")];
133 char stringpool_str37[
sizeof(
"super")];
134 char stringpool_str38[
sizeof(
"module")];
135 char stringpool_str39[
sizeof(
"begin")];
136 char stringpool_str40[
sizeof(
"__LINE__")];
137 char stringpool_str41[
sizeof(
"__FILE__")];
138 char stringpool_str42[
sizeof(
"__ENCODING__")];
139 char stringpool_str43[
sizeof(
"END")];
140 char stringpool_str44[
sizeof(
"alias")];
141 char stringpool_str45[
sizeof(
"BEGIN")];
142 char stringpool_str46[
sizeof(
"defined?")];
143 char stringpool_str47[
sizeof(
"class")];
144 char stringpool_str50[
sizeof(
"while")];
190 #define stringpool ((const char *) &stringpool_contents) 193 #if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__ 194 __attribute__ ((__gnu_inline__))
199 register const char *str;
200 register unsigned int len;
202 static const struct kwtable wordlist[] =
204 {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
205 #line 19 "defs/keywords" 207 #line 25 "defs/keywords" 209 #line 35 "defs/keywords" 211 #line 28 "defs/keywords" 213 #line 27 "defs/keywords" 215 #line 44 "defs/keywords" 217 #line 36 "defs/keywords" 219 #line 29 "defs/keywords" 221 #line 42 "defs/keywords" 223 #line 26 "defs/keywords" 225 #line 39 "defs/keywords" 227 #line 45 "defs/keywords" 229 #line 48 "defs/keywords" 231 #line 47 "defs/keywords" 233 #line 41 "defs/keywords" 235 #line 22 "defs/keywords" 237 #line 17 "defs/keywords" 239 #line 24 "defs/keywords" 241 #line 51 "defs/keywords" 243 #line 30 "defs/keywords" 245 #line 46 "defs/keywords" 247 #line 37 "defs/keywords" 249 #line 32 "defs/keywords" 251 #line 49 "defs/keywords" 253 #line 40 "defs/keywords" 255 #line 31 "defs/keywords" 257 #line 20 "defs/keywords" 259 #line 38 "defs/keywords" 261 #line 34 "defs/keywords" 263 #line 43 "defs/keywords" 265 #line 33 "defs/keywords" 267 #line 18 "defs/keywords" 269 #line 12 "defs/keywords" 271 #line 13 "defs/keywords" 273 #line 11 "defs/keywords" 275 #line 15 "defs/keywords" 277 #line 16 "defs/keywords" 279 #line 14 "defs/keywords" 281 #line 23 "defs/keywords" 283 #line 21 "defs/keywords" 286 #line 50 "defs/keywords" 292 register int key = hash (str, len);
294 if (key <= MAX_HASH_VALUE && key >= 0)
296 register int o = wordlist[
key].
name;
301 if (*str == *s && !strcmp (str + 1, s + 1))
302 return &wordlist[
key];
308 #line 52 "defs/keywords"
return hval asso_values[(unsigned char) str[len - 1]]
#define keyword__ENCODING__
#define offsetof(p_type, field)
#define rb_reserved_word(str, len)
register unsigned int len