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-gnu-gperf@gnu.org>." 32 #line 5 "../../src/lib/tokens.gperf" 39 #define TOTAL_KEYWORDS 115 40 #define MIN_WORD_LENGTH 4 41 #define MAX_WORD_LENGTH 24 42 #define MIN_HASH_VALUE 8 43 #define MAX_HASH_VALUE 154 49 static inline unsigned int hash (
const char *str,
unsigned int len);
51 static const struct fhtoken *in_word_set (
const char *str,
unsigned int len);
57 static const unsigned char asso_values[] =
59 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
60 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
61 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
62 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
63 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
64 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
65 155, 155, 155, 155, 155, 81, 18, 1, 69, 15,
66 3, 18, 79, 40, 155, 155, 5, 1, 12, 88,
67 33, 155, 72, 42, 3, 2, 34, 155, 15, 155,
68 155, 155, 155, 155, 155, 155, 155, 6, 5, 1,
69 72, 3, 7, 19, 19, 2, 3, 86, 25, 62,
70 40, 23, 21, 155, 1, 8, 1, 53, 3, 22,
71 155, 1, 155, 155, 155, 155, 155, 155, 155, 155,
72 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
73 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
74 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
75 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
76 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
77 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
78 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
79 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
80 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
81 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
82 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
83 155, 155, 155, 155, 155, 155, 155, 155, 155, 155,
84 155, 155, 155, 155, 155, 155
86 register int hval = len;
91 hval += asso_values[(
unsigned char)str[7]];
96 hval += asso_values[(
unsigned char)str[4]];
99 hval += asso_values[(
unsigned char)str[3]];
104 hval += asso_values[(
unsigned char)str[0]];
112 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
113 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
114 #line 67
"../../src/lib/tokens.gperf" 117 #line 66
"../../src/lib/tokens.gperf" 119 #line 71 "../../src/lib/tokens.gperf" 121 #line 122 "../../src/lib/tokens.gperf" 123 #line 111 "../../src/lib/tokens.gperf" 125 #line 61 "../../src/lib/tokens.gperf" 127 #line 68 "../../src/lib/tokens.gperf" 129 #line 70 "../../src/lib/tokens.gperf" 131 #line 79 "../../src/lib/tokens.gperf" 133 #line 78 "../../src/lib/tokens.gperf" 135 #line 31 "../../src/lib/tokens.gperf" 137 #line 109 "../../src/lib/tokens.gperf" 139 #line 113 "../../src/lib/tokens.gperf" 141 #line 114 "../../src/lib/tokens.gperf" 143 #line 112 "../../src/lib/tokens.gperf" 145 #line 24 "../../src/lib/tokens.gperf" 147 #line 45 "../../src/lib/tokens.gperf" 149 #line 65 "../../src/lib/tokens.gperf" 151 #line 72 "../../src/lib/tokens.gperf" 153 #line 73 "../../src/lib/tokens.gperf" 155 #line 53 "../../src/lib/tokens.gperf" 157 #line 47 "../../src/lib/tokens.gperf" 159 #line 27 "../../src/lib/tokens.gperf" 161 #line 76 "../../src/lib/tokens.gperf" 163 #line 74 "../../src/lib/tokens.gperf" 165 #line 75 "../../src/lib/tokens.gperf" 167 #line 77 "../../src/lib/tokens.gperf" 169 #line 33 "../../src/lib/tokens.gperf" 171 #line 119 "../../src/lib/tokens.gperf" 173 #line 120 "../../src/lib/tokens.gperf" 175 #line 32 "../../src/lib/tokens.gperf" 177 #line 29 "../../src/lib/tokens.gperf" 179 #line 123 "../../src/lib/tokens.gperf" 181 #line 118 "../../src/lib/tokens.gperf" 183 #line 80 "../../src/lib/tokens.gperf" 185 #line 44 "../../src/lib/tokens.gperf" 187 #line 64 "../../src/lib/tokens.gperf" 189 #line 50 "../../src/lib/tokens.gperf" 191 #line 95 "../../src/lib/tokens.gperf" 193 #line 63 "../../src/lib/tokens.gperf" 195 #line 62 "../../src/lib/tokens.gperf" 197 #line 19 "../../src/lib/tokens.gperf" 199 #line 90 "../../src/lib/tokens.gperf" 201 #line 23 "../../src/lib/tokens.gperf" 203 #line 91 "../../src/lib/tokens.gperf" 205 #line 41 "../../src/lib/tokens.gperf" 207 #line 15 "../../src/lib/tokens.gperf" 209 #line 88 "../../src/lib/tokens.gperf" 211 #line 21 "../../src/lib/tokens.gperf" 213 #line 101 "../../src/lib/tokens.gperf" 215 #line 28 "../../src/lib/tokens.gperf" 217 #line 117 "../../src/lib/tokens.gperf" 219 #line 26 "../../src/lib/tokens.gperf" 221 #line 20 "../../src/lib/tokens.gperf" 223 #line 51 "../../src/lib/tokens.gperf" 225 #line 49 "../../src/lib/tokens.gperf" 227 #line 48 "../../src/lib/tokens.gperf" 229 #line 96 "../../src/lib/tokens.gperf" 231 #line 121 "../../src/lib/tokens.gperf" 233 #line 116 "../../src/lib/tokens.gperf" 235 #line 94 "../../src/lib/tokens.gperf" 237 #line 16 "../../src/lib/tokens.gperf" 239 #line 69 "../../src/lib/tokens.gperf" 241 #line 89 "../../src/lib/tokens.gperf" 243 #line 82 "../../src/lib/tokens.gperf" 245 #line 22 "../../src/lib/tokens.gperf" 247 #line 42 "../../src/lib/tokens.gperf" 249 #line 102 "../../src/lib/tokens.gperf" 251 #line 103 "../../src/lib/tokens.gperf" 253 #line 93 "../../src/lib/tokens.gperf" 255 #line 34 "../../src/lib/tokens.gperf" 257 #line 30 "../../src/lib/tokens.gperf" 259 #line 86 "../../src/lib/tokens.gperf" 261 #line 92 "../../src/lib/tokens.gperf" 263 #line 125 "../../src/lib/tokens.gperf" 265 #line 37 "../../src/lib/tokens.gperf" 267 #line 108 "../../src/lib/tokens.gperf" 269 #line 36 "../../src/lib/tokens.gperf" 271 #line 40 "../../src/lib/tokens.gperf" 273 #line 87 "../../src/lib/tokens.gperf" 275 #line 35 "../../src/lib/tokens.gperf" 277 #line 52 "../../src/lib/tokens.gperf" 279 #line 38 "../../src/lib/tokens.gperf" 281 #line 97 "../../src/lib/tokens.gperf" 283 #line 98 "../../src/lib/tokens.gperf" 285 #line 60 "../../src/lib/tokens.gperf" 287 #line 46 "../../src/lib/tokens.gperf" 289 #line 59 "../../src/lib/tokens.gperf" 291 #line 56 "../../src/lib/tokens.gperf" 293 #line 58 "../../src/lib/tokens.gperf" 295 #line 57 "../../src/lib/tokens.gperf" 297 #line 14 "../../src/lib/tokens.gperf" 299 #line 43 "../../src/lib/tokens.gperf" 301 #line 25 "../../src/lib/tokens.gperf" 303 #line 110 "../../src/lib/tokens.gperf" 305 #line 17 "../../src/lib/tokens.gperf" 307 #line 104 "../../src/lib/tokens.gperf" 309 #line 106 "../../src/lib/tokens.gperf" 311 #line 84 "../../src/lib/tokens.gperf" 313 #line 99 "../../src/lib/tokens.gperf" 315 #line 83 "../../src/lib/tokens.gperf" 317 #line 18 "../../src/lib/tokens.gperf" 319 #line 54 "../../src/lib/tokens.gperf" 321 #line 55 "../../src/lib/tokens.gperf" 323 #line 100 "../../src/lib/tokens.gperf" 325 #line 11 "../../src/lib/tokens.gperf" 328 #line 115
"../../src/lib/tokens.gperf" 330 #line 85 "../../src/lib/tokens.gperf" 332 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
333 {(
char*)0, 0}, {(
char*)0, 0},
334 #line 107
"../../src/lib/tokens.gperf" 336 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
337 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
338 #line 124
"../../src/lib/tokens.gperf" 341 #line 81
"../../src/lib/tokens.gperf" 343 #line 13 "../../src/lib/tokens.gperf" 345 {(
char*)0, 0}, {(
char*)0, 0},
346 #line 12
"../../src/lib/tokens.gperf" 348 {(
char*)0, 0}, {(
char*)0, 0},
349 #line 39
"../../src/lib/tokens.gperf" 351 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
352 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
353 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
354 #line 105
"../../src/lib/tokens.gperf" 358 const struct fhtoken *
363 register int key = hash (str, len);
365 if (key <= MAX_HASH_VALUE && key >= 0)
367 register const char *s = wordlist[key].name;
369 if (s && *str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] ==
'\0')
370 return &wordlist[key];
375 #line 126 "../../src/lib/tokens.gperf" const int FH_MASTERPAGEELEMENT
Definition: tokens.h:66
const int FH_CONTENTFILL
Definition: tokens.h:24
const int FH_XFORM
Definition: tokens.h:118
const int FH_OVAL
Definition: tokens.h:78
const int FH_RADIALFILL
Definition: tokens.h:90
const int FH_SYMBOLINSTANCE
Definition: tokens.h:100
const int FH_TEFFECT
Definition: tokens.h:102
const int FH_GRADIENTMASKFILTER
Definition: tokens.h:47
const int FH_RADIALFILLX
Definition: tokens.h:91
const int FH_EXTRUSION
Definition: tokens.h:36
const int FH_POLYGONFIGURE
Definition: tokens.h:87
const int FH_FWGLOWFILTER
Definition: tokens.h:41
const int FH_SPOTCOLOR6
Definition: tokens.h:96
const int FH_TEXTINPATH
Definition: tokens.h:110
const int FH_DUETFILTER
Definition: tokens.h:30
const int FH_FILTERATTRIBUTEHOLDER
Definition: tokens.h:46
const int FH_TINTCOLOR6
Definition: tokens.h:113
const int FH_MSTRING
Definition: tokens.h:64
const int FH_PARAGRAPH
Definition: tokens.h:80
const int FH_OPACITYFILTER
Definition: tokens.h:77
const int FH_TSTRING
Definition: tokens.h:104
const int FH_FWFEATHERFILTER
Definition: tokens.h:40
const int FH_STYLEPROPLST
Definition: tokens.h:97
const int FH_FIGURE
Definition: tokens.h:44
const int FH_PERSPECTIVEGRID
Definition: tokens.h:86
const int FH_DATALIST
Definition: tokens.h:28
const int FH_MASTERPAGESYMBOLINSTANCE
Definition: tokens.h:70
const int FH_RECTANGLE
Definition: tokens.h:93
const int FH_LINEARFILL
Definition: tokens.h:58
const int FH_CLIPGROUP
Definition: tokens.h:18
const int FH_MULTICOLORLIST
Definition: tokens.h:73
const int FH_ENVELOPE
Definition: tokens.h:34
const int FH_BLOCK
Definition: tokens.h:11
const int FH_MNAME
Definition: tokens.h:62
const int FH_MASTERPAGELAYERINSTANCE
Definition: tokens.h:68
const int FH_MQUICKDICT
Definition: tokens.h:63
const int FH_AGDSELECTION
Definition: tokens.h:5
const int FH_PSLINE
Definition: tokens.h:79
const int FH_NEWCONTOURFILL
Definition: tokens.h:75
const int FH_EXPANDFILTER
Definition: tokens.h:35
const int FH_SYMBOLCLASS
Definition: tokens.h:99
const int FH_DATA
Definition: tokens.h:27
const int FH_ATTRIBUTEHOLDER
Definition: tokens.h:7
const int FH_NEWRADIALFILL
Definition: tokens.h:76
const int FH_TRANSFORMFILTER
Definition: tokens.h:114
const int FH_TAPEREDFILL
Definition: tokens.h:106
const int FH_BENDFILTER
Definition: tokens.h:10
const int FH_BASICLINE
Definition: tokens.h:9
const int FH_ELEMPROPLST
Definition: tokens.h:32
const int FH_PATTERNFILL
Definition: tokens.h:83
const int FH_CALLIGRAPHICSTROKE
Definition: tokens.h:16
const int FH_MPOBJECT
Definition: tokens.h:71
const char * name
Definition: tokenhash.h:35
const int FH_FILEDESCRIPTOR
Definition: tokens.h:45
const int FH_BRUSHSTROKE
Definition: tokens.h:14
const int FH_DATETIME
Definition: tokens.h:29
const int FH_ELEMENT
Definition: tokens.h:33
const int FH_BRUSH
Definition: tokens.h:12
const int FH_LENSFILL
Definition: tokens.h:55
const int FH_COMPOSITEPATH
Definition: tokens.h:21
const int FH_IMAGEFILL
Definition: tokens.h:52
const int FH_TEXTCOLUMN
Definition: tokens.h:109
const int FH_FHDOCHEADER
Definition: tokens.h:37
const int FH_PATHTEXTLINEINFO
Definition: tokens.h:82
const int FH_BRUSHLIST
Definition: tokens.h:13
const int FH_ELEMLIST
Definition: tokens.h:31
const int FH_CUSTOMPROC
Definition: tokens.h:26
const int FH_TFONPATH
Definition: tokens.h:103
const int FH_TAPEREDFILLX
Definition: tokens.h:107
const int FH_PROCEDURE
Definition: tokens.h:88
const int FH_PATH
Definition: tokens.h:81
static const struct fhtoken wordlist[]
Definition: tokenhash.h:110
const int FH_LAYER
Definition: tokens.h:54
const int FH_MASTERPAGEDOCMAN
Definition: tokens.h:65
const int FH_SWFIMPORT
Definition: tokens.h:98
static unsigned int hash(const char *str, unsigned int len)
Definition: tokenhash.h:55
const int FH_FWSHARPENFILTER
Definition: tokens.h:43
const int FH_TEXTBLOK
Definition: tokens.h:108
static const struct fhtoken * in_word_set(const char *str, unsigned int len)
Definition: tokenhash.h:359
const int FH_VDICT
Definition: tokens.h:116
const int FH_ARROWPATH
Definition: tokens.h:6
const int FH_TINTCOLOR
Definition: tokens.h:112
const int FH_FWBEVELFILTER
Definition: tokens.h:38
const int FH_MDICT
Definition: tokens.h:60
const int FH_COLOR6
Definition: tokens.h:20
const int FH_PERSPECTIVEENVELOPE
Definition: tokens.h:85
const int FH_GROUP
Definition: tokens.h:49
const int FH_FWBLURFILTER
Definition: tokens.h:39
const int FH_COLLECTOR
Definition: tokens.h:19
const int FH_AGDFONT
Definition: tokens.h:4
const int FH_LIST
Definition: tokens.h:59
const int FH_BASICFILL
Definition: tokens.h:8
const int FH_HALFTONE
Definition: tokens.h:51
const int FH_MASTERPAGELAYERELEMENT
Definition: tokens.h:67
const int FH_SKETCHFILTER
Definition: tokens.h:94
const int FH_SPOTCOLOR
Definition: tokens.h:95
const int FH_PATTERNLINE
Definition: tokens.h:84
const int FH_GUIDES
Definition: tokens.h:50
const int FH_LINETABLE
Definition: tokens.h:57
const int FH_CONNECTORLINE
Definition: tokens.h:23
const int FH_SYMBOLLIBRARY
Definition: tokens.h:101
const int FH_FWSHADOWFILTER
Definition: tokens.h:42
const int FH_MULTIBLEND
Definition: tokens.h:72
const int FH_TILEFILL
Definition: tokens.h:111
const int FH_BRUSHTIP
Definition: tokens.h:15
const int FH_IMAGEIMPORT
Definition: tokens.h:53
const int FH_CHARACTERFILL
Definition: tokens.h:17
const int FH_PROPLST
Definition: tokens.h:89
const int FH_RAGGEDFILTER
Definition: tokens.h:92
int tokenId
Definition: tokenhash.h:36
const int FH_TABTABLE
Definition: tokens.h:105
const int FH_LINEPAT
Definition: tokens.h:56
const int FH_CONEFILL
Definition: tokens.h:22
const int FH_MASTERPAGESYMBOLCLASS
Definition: tokens.h:69
const int FH_USTRING
Definition: tokens.h:115
const int FH_NEWBLEND
Definition: tokens.h:74
const int FH_CONTOURFILL
Definition: tokens.h:25
const int FH_GRAPHICSTYLE
Definition: tokens.h:48
#define MIN_WORD_LENGTH
Definition: tokenhash.h:40
const int FH_VMPOBJ
Definition: tokens.h:117
const int FH_MLIST
Definition: tokens.h:61