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 33 
   40 #define MIN_WORD_LENGTH 1 
   41 #define MAX_WORD_LENGTH 12 
   42 #define MIN_HASH_VALUE 1 
   43 #define MAX_HASH_VALUE 33 
   49   static inline unsigned int hash (
const char *str, 
size_t len);
 
   57   static const unsigned char asso_values[] =
 
   59       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   60       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   61       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   62       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   63       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   64       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   65       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   66       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   67       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   68       34, 34, 34, 34, 34, 34, 34,  1,  0, 14,
 
   69       27,  3,  5, 21, 23,  0, 34, 34, 26,  8,
 
   70       19, 17,  2, 34,  2,  6, 12, 34, 12, 18,
 
   71       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   72       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   73       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   74       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   75       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   76       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   77       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   78       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   79       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   80       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   81       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   82       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   83       34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
 
   84       34, 34, 34, 34, 34, 34
 
   86   unsigned int hval = len;
 
   91         hval += asso_values[
static_cast<unsigned char>(str[1])];
 
   94         hval += asso_values[
static_cast<unsigned char>(str[0])];
 
  103 #line 27 "tokens.gperf" 
  105 #line 11 "tokens.gperf" 
  107 #line 35 "tokens.gperf" 
  109 #line 15 "tokens.gperf" 
  111 #line 37 "tokens.gperf" 
  113 #line 22 "tokens.gperf" 
  115 #line 39 "tokens.gperf" 
  117 #line 12 "tokens.gperf" 
  119 #line 33 "tokens.gperf" 
  121 #line 23 "tokens.gperf" 
  123 #line 36 "tokens.gperf" 
  125 #line 25 "tokens.gperf" 
  127 #line 29 "tokens.gperf" 
  129 #line 38 "tokens.gperf" 
  131 #line 16 "tokens.gperf" 
  133 #line 40 "tokens.gperf" 
  135 #line 17 "tokens.gperf" 
  137 #line 42 "tokens.gperf" 
  139 #line 34 "tokens.gperf" 
  141 #line 30 "tokens.gperf" 
  143 #line 18 "tokens.gperf" 
  145 #line 43 "tokens.gperf" 
  147 #line 13 "tokens.gperf" 
  149 #line 41 "tokens.gperf" 
  151 #line 14 "tokens.gperf" 
  153 #line 24 "tokens.gperf" 
  155 #line 31 "tokens.gperf" 
  157 #line 19 "tokens.gperf" 
  159 #line 21 "tokens.gperf" 
  161 #line 26 "tokens.gperf" 
  163 #line 32 "tokens.gperf" 
  165 #line 20 "tokens.gperf" 
  167 #line 28 "tokens.gperf" 
  176       unsigned int key = 
hash (str, len);
 
  182           if (s && *str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == 
'\0')
 
  188 #line 44 "tokens.gperf"