5 #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
6 && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \
7 && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \
8 && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \
9 && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \
10 && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \
11 && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \
12 && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \
13 && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \
14 && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \
15 && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \
16 && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
17 && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \
18 && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \
19 && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \
20 && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \
21 && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \
22 && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \
23 && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \
24 && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \
25 && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \
26 && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
27 && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
32 #line 5 "tokens.gperf"
39 #define TOTAL_KEYWORDS 310
40 #define MIN_WORD_LENGTH 1
41 #define MAX_WORD_LENGTH 31
42 #define MIN_HASH_VALUE 4
43 #define MAX_HASH_VALUE 708
49 static inline unsigned int hash (
const char *str,
size_t len);
57 static const unsigned short asso_values[] =
59 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
60 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
61 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
62 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
63 709, 709, 709, 709, 709, 709, 709, 709, 709, 165,
64 77, 127, 102, 47, 40, 1, 709, 709, 0, 709,
65 709, 709, 709, 709, 709, 183, 101, 85, 180, 82,
66 19, 95, 196, 127, 0, 30, 80, 194, 161, 90,
67 10, 125, 116, 32, 18, 22, 158, 83, 90, 95,
68 709, 709, 709, 709, 709, 709, 709, 0, 127, 43,
69 3, 0, 25, 22, 168, 0, 108, 11, 2, 76,
70 0, 33, 95, 709, 8, 20, 1, 35, 0, 178,
71 96, 37, 4, 709, 709, 709, 709, 709, 709, 709,
72 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
73 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
74 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
75 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
76 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
77 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
78 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
79 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
80 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
81 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
82 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
83 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
84 709, 709, 709, 709, 709, 709
86 unsigned int hval = len;
91 hval += asso_values[
static_cast<unsigned char>(str[13])];
102 hval += asso_values[
static_cast<unsigned char>(str[4])];
105 hval += asso_values[
static_cast<unsigned char>(str[3])];
108 hval += asso_values[
static_cast<unsigned char>(str[2])];
112 hval += asso_values[
static_cast<unsigned char>(str[0])];
115 return hval + asso_values[
static_cast<unsigned char>(str[len - 1])];
120 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
121 #line 239
"tokens.gperf"
124 #line 257
"tokens.gperf"
126 #line 256 "tokens.gperf"
128 #line 275 "tokens.gperf"
131 #line 255
"tokens.gperf"
133 #line 316 "tokens.gperf"
135 #line 286 "tokens.gperf"
137 #line 315 "tokens.gperf"
139 #line 305 "tokens.gperf"
141 #line 285 "tokens.gperf"
143 #line 283 "tokens.gperf"
145 #line 144 "tokens.gperf"
147 {(
char*)0, 0}, {(
char*)0, 0},
148 #line 282
"tokens.gperf"
151 #line 137
"tokens.gperf"
153 #line 317 "tokens.gperf"
155 #line 319 "tokens.gperf"
157 #line 71 "tokens.gperf"
160 #line 318
"tokens.gperf"
162 #line 320 "tokens.gperf"
164 #line 62 "tokens.gperf"
166 #line 287 "tokens.gperf"
168 #line 288 "tokens.gperf"
170 #line 267 "tokens.gperf"
173 #line 74
"tokens.gperf"
175 #line 306 "tokens.gperf"
177 #line 130 "tokens.gperf"
180 #line 75
"tokens.gperf"
182 #line 143 "tokens.gperf"
184 #line 178 "tokens.gperf"
187 #line 251
"tokens.gperf"
189 #line 246 "tokens.gperf"
191 #line 67 "tokens.gperf"
193 #line 184 "tokens.gperf"
195 #line 185 "tokens.gperf"
197 #line 258 "tokens.gperf"
199 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
200 #line 314
"tokens.gperf"
202 #line 142 "tokens.gperf"
204 {(
char*)0, 0}, {(
char*)0, 0},
205 #line 65
"tokens.gperf"
207 #line 294 "tokens.gperf"
209 #line 295 "tokens.gperf"
211 #line 313 "tokens.gperf"
214 #line 72
"tokens.gperf"
216 #line 240 "tokens.gperf"
218 #line 241 "tokens.gperf"
220 #line 235 "tokens.gperf"
222 #line 249 "tokens.gperf"
224 #line 252 "tokens.gperf"
226 #line 271 "tokens.gperf"
228 #line 270 "tokens.gperf"
230 #line 284 "tokens.gperf"
232 #line 250 "tokens.gperf"
234 #line 132 "tokens.gperf"
236 #line 281 "tokens.gperf"
238 #line 133 "tokens.gperf"
240 #line 134 "tokens.gperf"
243 #line 187
"tokens.gperf"
245 #line 136 "tokens.gperf"
247 #line 66 "tokens.gperf"
249 {(
char*)0, 0}, {(
char*)0, 0},
250 #line 248
"tokens.gperf"
252 #line 188 "tokens.gperf"
254 #line 168 "tokens.gperf"
256 #line 109 "tokens.gperf"
258 #line 279 "tokens.gperf"
260 #line 68 "tokens.gperf"
262 #line 236 "tokens.gperf"
264 #line 263 "tokens.gperf"
266 #line 310 "tokens.gperf"
268 #line 301 "tokens.gperf"
270 #line 302 "tokens.gperf"
272 #line 292 "tokens.gperf"
274 #line 272 "tokens.gperf"
276 #line 141 "tokens.gperf"
278 #line 32 "tokens.gperf"
280 #line 186 "tokens.gperf"
282 #line 107 "tokens.gperf"
284 #line 290 "tokens.gperf"
286 #line 280 "tokens.gperf"
288 #line 76 "tokens.gperf"
290 #line 112 "tokens.gperf"
292 #line 189 "tokens.gperf"
294 #line 243 "tokens.gperf"
296 #line 233 "tokens.gperf"
298 #line 33 "tokens.gperf"
300 #line 244 "tokens.gperf"
302 #line 304 "tokens.gperf"
304 #line 129 "tokens.gperf"
306 #line 31 "tokens.gperf"
308 #line 34 "tokens.gperf"
311 #line 24
"tokens.gperf"
313 #line 247 "tokens.gperf"
315 #line 312 "tokens.gperf"
317 #line 180 "tokens.gperf"
319 #line 25 "tokens.gperf"
321 #line 245 "tokens.gperf"
323 #line 183 "tokens.gperf"
325 #line 26 "tokens.gperf"
327 #line 199 "tokens.gperf"
330 #line 27
"tokens.gperf"
332 #line 156 "tokens.gperf"
334 #line 261 "tokens.gperf"
337 #line 212
"tokens.gperf"
339 {(
char*)0, 0}, {(
char*)0, 0},
340 #line 56
"tokens.gperf"
342 #line 253 "tokens.gperf"
344 #line 213 "tokens.gperf"
346 #line 169 "tokens.gperf"
348 #line 59 "tokens.gperf"
350 #line 277 "tokens.gperf"
352 #line 232 "tokens.gperf"
354 #line 63 "tokens.gperf"
356 #line 113 "tokens.gperf"
358 #line 104 "tokens.gperf"
360 #line 311 "tokens.gperf"
362 #line 276 "tokens.gperf"
364 #line 35 "tokens.gperf"
366 #line 231 "tokens.gperf"
368 #line 300 "tokens.gperf"
370 #line 106 "tokens.gperf"
373 #line 192
"tokens.gperf"
375 #line 242 "tokens.gperf"
377 #line 23 "tokens.gperf"
379 #line 291 "tokens.gperf"
381 #line 162 "tokens.gperf"
383 #line 293 "tokens.gperf"
386 #line 172
"tokens.gperf"
388 #line 38 "tokens.gperf"
390 #line 296 "tokens.gperf"
392 #line 99 "tokens.gperf"
394 #line 278 "tokens.gperf"
396 #line 95 "tokens.gperf"
398 #line 195 "tokens.gperf"
401 #line 179
"tokens.gperf"
403 #line 260 "tokens.gperf"
405 #line 73 "tokens.gperf"
407 #line 98 "tokens.gperf"
409 #line 49 "tokens.gperf"
411 #line 182 "tokens.gperf"
413 #line 19 "tokens.gperf"
415 #line 145 "tokens.gperf"
417 {(
char*)0, 0}, {(
char*)0, 0},
418 #line 28
"tokens.gperf"
420 #line 228 "tokens.gperf"
422 #line 238 "tokens.gperf"
424 #line 114 "tokens.gperf"
426 #line 36 "tokens.gperf"
428 #line 273 "tokens.gperf"
430 #line 309 "tokens.gperf"
432 #line 64 "tokens.gperf"
434 #line 204 "tokens.gperf"
436 #line 219 "tokens.gperf"
438 #line 222 "tokens.gperf"
440 #line 111 "tokens.gperf"
442 #line 308 "tokens.gperf"
444 #line 164 "tokens.gperf"
446 #line 298 "tokens.gperf"
448 #line 52 "tokens.gperf"
451 #line 254
"tokens.gperf"
453 #line 197 "tokens.gperf"
455 #line 125 "tokens.gperf"
457 #line 225 "tokens.gperf"
459 #line 289 "tokens.gperf"
461 #line 154 "tokens.gperf"
463 #line 139 "tokens.gperf"
465 #line 269 "tokens.gperf"
467 #line 262 "tokens.gperf"
469 #line 230 "tokens.gperf"
471 #line 155 "tokens.gperf"
473 #line 198 "tokens.gperf"
475 #line 206 "tokens.gperf"
477 {(
char*)0, 0}, {(
char*)0, 0},
478 #line 17
"tokens.gperf"
480 #line 140 "tokens.gperf"
482 #line 274 "tokens.gperf"
484 #line 151 "tokens.gperf"
486 #line 149 "tokens.gperf"
488 #line 147 "tokens.gperf"
490 #line 105 "tokens.gperf"
492 #line 208 "tokens.gperf"
494 #line 153 "tokens.gperf"
496 #line 15 "tokens.gperf"
498 {(
char*)0, 0}, {(
char*)0, 0},
499 #line 14
"tokens.gperf"
501 #line 43 "tokens.gperf"
503 #line 138 "tokens.gperf"
505 #line 96 "tokens.gperf"
507 #line 21 "tokens.gperf"
510 #line 13
"tokens.gperf"
512 #line 229 "tokens.gperf"
515 #line 22
"tokens.gperf"
517 #line 209 "tokens.gperf"
519 #line 87 "tokens.gperf"
522 #line 200
"tokens.gperf"
524 #line 119 "tokens.gperf"
526 #line 115 "tokens.gperf"
528 #line 60 "tokens.gperf"
530 #line 210 "tokens.gperf"
532 #line 170 "tokens.gperf"
534 #line 177 "tokens.gperf"
536 #line 116 "tokens.gperf"
538 #line 202 "tokens.gperf"
540 #line 211 "tokens.gperf"
542 #line 171 "tokens.gperf"
544 #line 131 "tokens.gperf"
546 #line 159 "tokens.gperf"
549 #line 120
"tokens.gperf"
551 #line 37 "tokens.gperf"
554 #line 53
"tokens.gperf"
556 #line 174 "tokens.gperf"
558 #line 126 "tokens.gperf"
560 #line 44 "tokens.gperf"
562 #line 81 "tokens.gperf"
564 #line 268 "tokens.gperf"
566 #line 122 "tokens.gperf"
568 #line 61 "tokens.gperf"
570 #line 297 "tokens.gperf"
572 #line 307 "tokens.gperf"
574 #line 97 "tokens.gperf"
576 #line 181 "tokens.gperf"
579 #line 265
"tokens.gperf"
581 #line 79 "tokens.gperf"
583 #line 227 "tokens.gperf"
586 #line 46
"tokens.gperf"
588 #line 51 "tokens.gperf"
591 #line 234
"tokens.gperf"
593 #line 303 "tokens.gperf"
595 #line 110 "tokens.gperf"
598 #line 57
"tokens.gperf"
600 #line 201 "tokens.gperf"
602 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
603 #line 196
"tokens.gperf"
606 #line 40
"tokens.gperf"
608 #line 214 "tokens.gperf"
610 #line 58 "tokens.gperf"
612 #line 216 "tokens.gperf"
614 #line 218 "tokens.gperf"
616 #line 157 "tokens.gperf"
619 #line 80
"tokens.gperf"
621 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
622 #line 223
"tokens.gperf"
624 #line 217 "tokens.gperf"
626 #line 205 "tokens.gperf"
629 #line 135
"tokens.gperf"
631 {(
char*)0, 0}, {(
char*)0, 0},
632 #line 152
"tokens.gperf"
634 #line 150 "tokens.gperf"
636 #line 148 "tokens.gperf"
638 #line 146 "tokens.gperf"
640 #line 69 "tokens.gperf"
642 #line 39 "tokens.gperf"
644 #line 266 "tokens.gperf"
646 {(
char*)0, 0}, {(
char*)0, 0},
647 #line 121
"tokens.gperf"
650 #line 264
"tokens.gperf"
652 #line 299 "tokens.gperf"
654 #line 203 "tokens.gperf"
656 #line 70 "tokens.gperf"
658 #line 108 "tokens.gperf"
660 #line 20 "tokens.gperf"
662 #line 220 "tokens.gperf"
665 #line 29
"tokens.gperf"
667 #line 16 "tokens.gperf"
669 #line 207 "tokens.gperf"
672 #line 163
"tokens.gperf"
674 #line 90 "tokens.gperf"
676 {(
char*)0, 0}, {(
char*)0, 0},
677 #line 167
"tokens.gperf"
679 #line 161 "tokens.gperf"
681 {(
char*)0, 0}, {(
char*)0, 0},
682 #line 173
"tokens.gperf"
684 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
685 #line 78
"tokens.gperf"
687 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
688 {(
char*)0, 0}, {(
char*)0, 0},
689 #line 259
"tokens.gperf"
691 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
692 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
693 {(
char*)0, 0}, {(
char*)0, 0},
694 #line 237
"tokens.gperf"
696 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
697 #line 103
"tokens.gperf"
699 #line 91 "tokens.gperf"
701 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
703 #line 41
"tokens.gperf"
705 {(
char*)0, 0}, {(
char*)0, 0},
706 #line 92
"tokens.gperf"
708 {(
char*)0, 0}, {(
char*)0, 0},
709 #line 11
"tokens.gperf"
712 #line 93
"tokens.gperf"
714 #line 48 "tokens.gperf"
716 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
717 #line 190
"tokens.gperf"
719 #line 191 "tokens.gperf"
721 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
722 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
723 {(
char*)0, 0}, {(
char*)0, 0},
724 #line 160
"tokens.gperf"
726 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
728 #line 86
"tokens.gperf"
730 #line 224 "tokens.gperf"
732 {(
char*)0, 0}, {(
char*)0, 0},
733 #line 84
"tokens.gperf"
735 #line 88 "tokens.gperf"
738 #line 89
"tokens.gperf"
740 {(
char*)0, 0}, {(
char*)0, 0},
741 #line 30
"tokens.gperf"
743 #line 175 "tokens.gperf"
745 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
746 #line 94
"tokens.gperf"
748 #line 176 "tokens.gperf"
750 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
751 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
752 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
753 #line 77
"tokens.gperf"
755 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
756 #line 83
"tokens.gperf"
758 {(
char*)0, 0}, {(
char*)0, 0},
759 #line 221
"tokens.gperf"
761 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
762 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
763 #line 158
"tokens.gperf"
765 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
766 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
767 #line 45
"tokens.gperf"
769 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
771 #line 123
"tokens.gperf"
774 #line 54
"tokens.gperf"
776 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
777 #line 18
"tokens.gperf"
779 {(
char*)0, 0}, {(
char*)0, 0},
780 #line 194
"tokens.gperf"
782 #line 101 "tokens.gperf"
785 #line 55
"tokens.gperf"
787 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
788 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
789 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
790 #line 165
"tokens.gperf"
792 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
793 #line 226
"tokens.gperf"
795 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
796 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
797 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
798 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
799 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
800 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
801 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
802 #line 100
"tokens.gperf"
804 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
805 #line 215
"tokens.gperf"
807 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
808 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
809 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
810 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
811 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
812 #line 85
"tokens.gperf"
814 {(
char*)0, 0}, {(
char*)0, 0},
815 #line 50
"tokens.gperf"
817 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
818 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
819 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
820 #line 118
"tokens.gperf"
823 #line 82
"tokens.gperf"
825 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
826 #line 128
"tokens.gperf"
828 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
829 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
830 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
831 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
832 #line 193
"tokens.gperf"
834 #line 12 "tokens.gperf"
836 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
838 #line 127
"tokens.gperf"
841 #line 102
"tokens.gperf"
843 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
844 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
845 #line 166
"tokens.gperf"
847 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
848 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
849 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
850 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
851 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
852 #line 124
"tokens.gperf"
854 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
855 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
856 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
857 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
858 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
859 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
860 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
861 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
862 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
863 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
864 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
865 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
866 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
867 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
868 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
869 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
870 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
871 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
872 #line 117
"tokens.gperf"
874 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
875 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
876 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
877 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
879 #line 47
"tokens.gperf"
881 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
882 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
883 #line 42
"tokens.gperf"
892 unsigned int key =
hash (str, len);
896 const char *s = wordlist[key].
name;
898 if (s && *str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] ==
'\0')
899 return &wordlist[key];
904 #line 321 "tokens.gperf"
static unsigned int hash(const char *str, size_t len)
Definition: tokenhash.h:55
const int XML_SYRC
Definition: tokens.h:160
const int XML_TXTHEIGHT
Definition: tokens.h:202
const int XML_FONTSCHEMEINDEX
Definition: tokens.h:66
const int XML_IMGOFFSETX
Definition: tokens.h:85
const int XML_DRAWINGSCALE
Definition: tokens.h:41
const int XML_DC_LANGUAGE
Definition: tokens.h:276
const int XML_LEFTMARGIN
Definition: tokens.h:101
const int XML_QUICKSTYLELINECOLOR
Definition: tokens.h:144
const int XML_BULLET
Definition: tokens.h:17
const int XML_A_LN
Definition: tokens.h:250
const int XML_FLIPX
Definition: tokens.h:62
const int XML_GEOMETRY
Definition: tokens.h:74
const int XML_CHARACTER
Definition: tokens.h:27
const int XML_SHAPESHDWOFFSETX
Definition: tokens.h:163
const int XML_DESCRIPTION
Definition: tokens.h:39
const int XML_DBLUNDERLINE
Definition: tokens.h:36
const int XML_THAA
Definition: tokens.h:186
const int XML_A_SCHEMECLR
Definition: tokens.h:261
const int XML_CASE
Definition: tokens.h:24
const int XML_SPAFTER
Definition: tokens.h:174
const int XML_TAML
Definition: tokens.h:184
const int XML_FILLBKGNDTRANS
Definition: tokens.h:57
const int XML_HIDETEXT
Definition: tokens.h:80
const int XML_A_GSLST
Definition: tokens.h:246
const int XML_VT_LINESTYLES
Definition: tokens.h:299
const int XML_A_LIN
Definition: tokens.h:249
const int XML_BEGINX
Definition: tokens.h:14
const int XML_A_FONTSCHEME
Definition: tokens.h:243
Definition: tokenhash.h:46
const int XML_COLORS
Definition: tokens.h:31
const int XML_C
Definition: tokens.h:21
const int XML_A_EXT
Definition: tokens.h:236
const int XML_DC_TITLE
Definition: tokens.h:279
const int XML_OVERLINE
Definition: tokens.h:122
const int XML_A_HLINK
Definition: tokens.h:247
const int XML_GURU
Definition: tokens.h:72
const int XML_VT_FMTCONNECTORSCHEMELINESTYLES
Definition: tokens.h:291
const int XML_CP_COREPROPERTIES
Definition: tokens.h:271
const int XML_VT_VARIATIONSTYLESCHEMELST
Definition: tokens.h:313
const int XML_FRAME
Definition: tokens.h:69
const int XML_VT_VARSTYLE
Definition: tokens.h:309
const int XML_CP
Definition: tokens.h:269
const int XML_CP_KEYWORDS
Definition: tokens.h:272
const int XML_LINETO
Definition: tokens.h:106
const int XML_PAGEPROPS
Definition: tokens.h:125
const int XML_VT_FILLPROPS
Definition: tokens.h:287
const int XML_PAGEHEIGHT
Definition: tokens.h:124
const int XML_ADDRESS
Definition: tokens.h:6
const int XML_A_EFFECTSTYLELST
Definition: tokens.h:235
const int XML_A_LT2
Definition: tokens.h:253
const int XML_PAGESHEET
Definition: tokens.h:127
const int XML_FLIPY
Definition: tokens.h:63
const int XML_LAYERMEM
Definition: tokens.h:98
const int XML_LINEPATTERN
Definition: tokens.h:105
const int XML_VT_FONTSTYLES
Definition: tokens.h:295
const int XML_FILLBKGND
Definition: tokens.h:56
const int XML_FILLFOREGND
Definition: tokens.h:58
const int XML_NOLINE
Definition: tokens.h:119
const int XML_BEGTRIGGER
Definition: tokens.h:12
const int XML_MASTER
Definition: tokens.h:112
const int XML_CP_CATEGORY
Definition: tokens.h:270
const int XML_A_OBJECTDEFAULTS
Definition: tokens.h:257
const int XML_ENDY
Definition: tokens.h:51
const int XML_CHAR
Definition: tokens.h:26
const int XML_A_GRADFILL
Definition: tokens.h:244
const int XML_PAGESCALE
Definition: tokens.h:126
const int XML_SHAPE
Definition: tokens.h:162
const int XML_SHAPESHDWOFFSETY
Definition: tokens.h:164
const int XML_NURBSTO
Definition: tokens.h:116
const int XML_RESIZEMODE
Definition: tokens.h:155
const int XML_A_ACCENT3
Definition: tokens.h:222
const int XML_TEXTXFORM
Definition: tokens.h:198
const int XML_TEXTBLOCK
Definition: tokens.h:195
const int XML_VT_FILLSTYLES
Definition: tokens.h:288
const int XML_TEXTBKGND
Definition: tokens.h:193
const int XML_DCTERMS_MODIFIED
Definition: tokens.h:281
const int XML_TEMPLATE
Definition: tokens.h:191
const int XML_RELCUBBEZTO
Definition: tokens.h:150
const int XML_TXTPINX
Definition: tokens.h:205
const int XML_PAGEWIDTH
Definition: tokens.h:128
const int XML_A_FOLHLINK
Definition: tokens.h:241
const int XML_ENDARROW
Definition: tokens.h:48
const int XML_E
Definition: tokens.h:42
const int XML_CP_LASTMODIFIEDBY
Definition: tokens.h:273
const int XML_FILLPATTERN
Definition: tokens.h:60
const int XML_HANG
Definition: tokens.h:75
const int XML_BULLETFONT
Definition: tokens.h:18
const int XML_ORYA
Definition: tokens.h:121
const int XML_A_MINORFONT
Definition: tokens.h:256
const int XML_FACENAME
Definition: tokens.h:53
const int XML_LOCPINY
Definition: tokens.h:109
const int XML_VT_THEMESCHEME
Definition: tokens.h:301
int tokenId
Definition: tokenhash.h:36
const int XML_IMGOFFSETY
Definition: tokens.h:86
const int XML_SPLINEKNOT
Definition: tokens.h:177
Definition: tokenhash.h:33
const int XML_MONG
Definition: tokens.h:111
const int XML_TXTLOCPINX
Definition: tokens.h:203
const int XML_A_LT1
Definition: tokens.h:252
const int XML_PAGES
Definition: tokens.h:129
const int XML_XFORM
Definition: tokens.h:216
const int XML_VT_VARCOLOR6
Definition: tokens.h:307
const int XML_VIET
Definition: tokens.h:209
const int XML_EXTRAINFO
Definition: tokens.h:52
const int XML_A_SOLIDFILL
Definition: tokens.h:263
const int XML_HYPERLINK
Definition: tokens.h:83
const int XML_TEXTBKGNDTRANS
Definition: tokens.h:194
const int XML_VT_FONTSTYLESGROUP
Definition: tokens.h:296
const int XML_BOTTOMMARGIN
Definition: tokens.h:16
const int XML_COLORENTRY
Definition: tokens.h:29
const int XML_ETHI
Definition: tokens.h:43
const int XML_A_ACCENT1
Definition: tokens.h:220
const int XML_SPBEFORE
Definition: tokens.h:175
const int XML_INVISIBLE
Definition: tokens.h:92
const int XML_A_PRSTDASH
Definition: tokens.h:259
const int XML_A_FONT
Definition: tokens.h:242
const int XML_STYLESHEETS
Definition: tokens.h:182
const int XML_INDFIRST
Definition: tokens.h:88
const int XML_FLAGS
Definition: tokens.h:61
const int XML_A_LNSTYLELST
Definition: tokens.h:251
const int XML_CELL
Definition: tokens.h:25
const int XML_TIBT
Definition: tokens.h:188
const int XML_A_SYSCLR
Definition: tokens.h:265
static const struct xmltoken * in_word_set(const char *str, size_t len)
Definition: tokenhash.h:888
const int XML_INFINITELINE
Definition: tokens.h:91
const int XML_NEWWINDOW
Definition: tokens.h:117
const int XML_YIII
Definition: tokens.h:219
const int XML_A_ACCENT4
Definition: tokens.h:223
const int XML_FOREIGN
Definition: tokens.h:67
const int XML_DC_SUBJECT
Definition: tokens.h:277
const int XML_B
Definition: tokens.h:10
const int XML_VISIBLE
Definition: tokens.h:213
const int XML_FOREIGNDATA
Definition: tokens.h:68
const int XML_WIDTH
Definition: tokens.h:214
const int XML_SECTION
Definition: tokens.h:161
const int XML_A_ALPHA
Definition: tokens.h:226
const int XML_SINH
Definition: tokens.h:159
const int XML_A_LUMMOD
Definition: tokens.h:254
const int XML_DEFAULT
Definition: tokens.h:37
const int XML_A_BGFILLSTYLELST
Definition: tokens.h:227
const int XML_QUICKSTYLEFILLMATRIX
Definition: tokens.h:141
const int XML_TAB
Definition: tokens.h:189
const int XML_VT_VARCOLOR2
Definition: tokens.h:303
const int XML_EFFECTSCHEMEINDEX
Definition: tokens.h:44
const int XML_A_EXTLST
Definition: tokens.h:237
const int XML_BENG
Definition: tokens.h:11
const int XML_MLYM
Definition: tokens.h:110
const int XML_SHDWPATTERN
Definition: tokens.h:170
const int XML_VT_VARCOLOR3
Definition: tokens.h:304
const int XML_TXTPINY
Definition: tokens.h:206
const int XML_VARIATIONCOLORINDEX
Definition: tokens.h:210
const int XML_DC_CREATOR
Definition: tokens.h:274
const int XML_LAYERMEMBER
Definition: tokens.h:99
const int XML_TEXT
Definition: tokens.h:192
const int XML_MASTERS
Definition: tokens.h:113
const int XML_ARCTO
Definition: tokens.h:9
const int XML_A_MAJORFONT
Definition: tokens.h:255
const int XML_KHMR
Definition: tokens.h:94
const int XML_TXTANGLE
Definition: tokens.h:201
const int XML_VT_VARCOLOR4
Definition: tokens.h:305
const int XML_VERTICALALIGN
Definition: tokens.h:212
const int XML_COLORSCHEMEINDEX
Definition: tokens.h:30
const int XML_PINX
Definition: tokens.h:132
const int XML_RELQUADBEZTO
Definition: tokens.h:154
const int XML_A_FMTSCHEME
Definition: tokens.h:240
const int XML_DC_DESCRIPTION
Definition: tokens.h:275
const int XML_VT_VARIATIONCLRSCHEME
Definition: tokens.h:310
const int XML_VARIATIONSTYLEINDEX
Definition: tokens.h:211
const int XML_PARA
Definition: tokens.h:130
const int XML_KNDA
Definition: tokens.h:95
const int XML_PAGE
Definition: tokens.h:123
const int XML_CONNECTORSCHEMEINDEX
Definition: tokens.h:33
const int XML_ROW
Definition: tokens.h:158
const int XML_A_LATIN
Definition: tokens.h:248
const int XML_SUBADDRESS
Definition: tokens.h:183
const int XML_A_ACCENT2
Definition: tokens.h:221
const int XML_Y
Definition: tokens.h:218
const int XML_UIGH
Definition: tokens.h:208
const int XML_MISC
Definition: tokens.h:114
const int XML_A
Definition: tokens.h:4
const int XML_ENDTRIGGER
Definition: tokens.h:49
const int XML_GEOM
Definition: tokens.h:73
const int XML_REL
Definition: tokens.h:149
const int XML_VT_VARCOLOR1
Definition: tokens.h:302
const int XML_ELLIPTICALARCTO
Definition: tokens.h:46
const int XML_BULLETFONTSIZE
Definition: tokens.h:19
const int XML_NOSHOW
Definition: tokens.h:120
const int XML_TOPMARGIN
Definition: tokens.h:200
const int XML_VT_VARCOLOR5
Definition: tokens.h:306
const int XML_QUICKSTYLETYPE
Definition: tokens.h:147
const int XML_VT_COLOR
Definition: tokens.h:285
const int XML_TEXTPOSAFTERBULLET
Definition: tokens.h:197
const int XML_POSITION
Definition: tokens.h:136
const int XML_RELELLIPTICALARCTO
Definition: tokens.h:151
const int XML_DCTERMS_CREATED
Definition: tokens.h:280
const int XML_VT_LINESTYLE
Definition: tokens.h:298
const int XML_CANS
Definition: tokens.h:22
const int XML_RELMOVETO
Definition: tokens.h:153
const int XML_TELU
Definition: tokens.h:185
const int XML_A_EFFECTLST
Definition: tokens.h:233
const int XML_POS
Definition: tokens.h:135
const int XML_COLOR
Definition: tokens.h:28
const int XML_THEMEINDEX
Definition: tokens.h:199
const int XML_VT_CONNECTORFONTSTYLES
Definition: tokens.h:286
const int XML_IMGHEIGHT
Definition: tokens.h:84
const int XML_VT_FONTPROPS
Definition: tokens.h:294
const int XML_SHDWFOREGND
Definition: tokens.h:167
const int XML_VT_FMTCONNECTORSCHEMEEX
Definition: tokens.h:290
const int XML_BULLETSTR
Definition: tokens.h:20
const int XML_JPAN
Definition: tokens.h:93
const int XML_SHDWOFFSETY
Definition: tokens.h:169
const int XML_VT_VARCOLOR7
Definition: tokens.h:308
const int XML_CHER
Definition: tokens.h:23
const int XML_A_DK1
Definition: tokens.h:230
const int XML_SIZE
Definition: tokens.h:171
const int XML_QUICKSTYLEVARIATION
Definition: tokens.h:148
const int XML_FACENAMES
Definition: tokens.h:54
const int XML_TP
Definition: tokens.h:283
const int XML_VT_SCHEMEID
Definition: tokens.h:300
const int XML_PP
Definition: tokens.h:282
const int XML_VT_LINEEX
Definition: tokens.h:297
const int XML_VT_FMTCONNECTORSCHEME
Definition: tokens.h:289
const int XML_GEOR
Definition: tokens.h:70
const int XML_QUICKSTYLEFILLCOLOR
Definition: tokens.h:140
const int XML_ROUNDING
Definition: tokens.h:157
const int XML_X
Definition: tokens.h:215
const int XML_QUICKSTYLELINEMATRIX
Definition: tokens.h:145
const int XML_QUICKSTYLESHADOWCOLOR
Definition: tokens.h:146
const int XML_LEADER
Definition: tokens.h:100
const int XML_A_FILLSTYLELST
Definition: tokens.h:239
const int XML_BEGINARROW
Definition: tokens.h:13
const int XML_A_ACCENT6
Definition: tokens.h:225
const int XML_BEGINY
Definition: tokens.h:15
const int XML_EMBELLISHMENTINDEX
Definition: tokens.h:47
const int XML_POLYLINETO
Definition: tokens.h:134
const int XML_LOCPINX
Definition: tokens.h:108
const int XML_TABS
Definition: tokens.h:190
const int XML_DOUBLESTRIKETHROUGH
Definition: tokens.h:40
const int XML_ALIGNMENT
Definition: tokens.h:7
const int XML_VT_BKGND
Definition: tokens.h:284
const int XML_QUICKSTYLEFONTCOLOR
Definition: tokens.h:142
const int XML_PROPERTIES
Definition: tokens.h:138
const int XML_RIGHTMARGIN
Definition: tokens.h:156
const int XML_TXTWIDTH
Definition: tokens.h:207
const int XML_PINY
Definition: tokens.h:133
#define MAX_HASH_VALUE
Definition: VSDXMLTokenMap.cpp:44
const int XML_FILLFOREGNDTRANS
Definition: tokens.h:59
const int XML_A_SATMOD
Definition: tokens.h:260
const int XML_HEIGHT
Definition: tokens.h:79
const char * name
Definition: tokenhash.h:35
const int XML_IMGWIDTH
Definition: tokens.h:87
const int XML_INDRIGHT
Definition: tokens.h:90
const int XML_QUICKSTYLEFONTMATRIX
Definition: tokens.h:143
const int XML_SPLINESTART
Definition: tokens.h:178
const int XML_A_EXTRACLRSCHEMELST
Definition: tokens.h:238
const int XML_ANGLE
Definition: tokens.h:8
const int XML_SHAPES
Definition: tokens.h:165
const int XML_FONT
Definition: tokens.h:64
const int XML_LINEWEIGHT
Definition: tokens.h:107
const int XML_SPLINE
Definition: tokens.h:176
const int XML_A_OUTERSHDW
Definition: tokens.h:258
const int XML_D
Definition: tokens.h:34
const int XML_HANS
Definition: tokens.h:76
const int XML_A_GS
Definition: tokens.h:245
const int XML_A_DK2
Definition: tokens.h:231
const int XML_LAOO
Definition: tokens.h:96
const int XML_A_SHADE
Definition: tokens.h:262
const int XML_RELLINETO
Definition: tokens.h:152
const int XML_A_THEME
Definition: tokens.h:266
const int XML_XFORM1D
Definition: tokens.h:217
const int XML_A_THEMEELEMENTS
Definition: tokens.h:267
static const struct xmltoken wordlist[]
Definition: tokenhash.h:118
const int XML_PARAGRAPH
Definition: tokens.h:131
const int XML_STYLESHEET
Definition: tokens.h:181
const int XML_ELLIPSE
Definition: tokens.h:45
const int XML_A_EA
Definition: tokens.h:232
const int XML_VT_VARIATIONSTYLESCHEME
Definition: tokens.h:312
const int XML_SORTKEY
Definition: tokens.h:173
const int XML_SHDWBKGND
Definition: tokens.h:166
const int XML_A_ACCENT5
Definition: tokens.h:224
const int XML_LINECOLOR
Definition: tokens.h:104
const int XML_STRIKETHRU
Definition: tokens.h:179
const int XML_A_TINT
Definition: tokens.h:268
const int XML_A_SRGBCLR
Definition: tokens.h:264
const int XML_A_CS
Definition: tokens.h:229
const int XML_QUICKSTYLEEFFECTSMATRIX
Definition: tokens.h:139
const int XML_ARAB
Definition: tokens.h:5
const int XML_HEBR
Definition: tokens.h:78
const int XML_TXTLOCPINY
Definition: tokens.h:204
const int XML_TEXTDIRECTION
Definition: tokens.h:196
const int XML_LAYER
Definition: tokens.h:97
const int XML_MOVETO
Definition: tokens.h:115
const int XML_VT_FMTSCHEMELINESTYLES
Definition: tokens.h:293
const int XML_DEFAULTTABSTOP
Definition: tokens.h:38
const int XML_PRINT
Definition: tokens.h:137
const int XML_LINE
Definition: tokens.h:102
const int XML_ENDX
Definition: tokens.h:50
const int XML_SHDWOFFSETX
Definition: tokens.h:168
const int XML_VT_FMTSCHEMEEX
Definition: tokens.h:292
#define MIN_WORD_LENGTH
Definition: VSDXMLTokenMap.cpp:41
const int XML_NOFILL
Definition: tokens.h:118
const int XML_FILL
Definition: tokens.h:55
const int XML_HANT
Definition: tokens.h:77
const int XML_INDLEFT
Definition: tokens.h:89
const int XML_HIGHLIGHT
Definition: tokens.h:81
const int XML_FONTSCALE
Definition: tokens.h:65
const int XML_A_EFFECTSTYLE
Definition: tokens.h:234
const int XML_DEVA
Definition: tokens.h:35
const int XML_THAI
Definition: tokens.h:187
const int XML_LINECAP
Definition: tokens.h:103
const int XML_GUJR
Definition: tokens.h:71
const int XML_DC_TEMPLATE
Definition: tokens.h:278
const int XML_A_CLRSCHEME
Definition: tokens.h:228
const int XML_STYLE
Definition: tokens.h:180
const int XML_HORZALIGN
Definition: tokens.h:82
const int XML_COMPANY
Definition: tokens.h:32
const int XML_SOLUTIONXML
Definition: tokens.h:172
const int XML_VT_VARIATIONCLRSCHEMELST
Definition: tokens.h:311