1 #define CHAR 257 2 #define NUMBER 258 3 #define SECTEND 259 4 #define SCDECL 260 5 #define XSCDECL 261 6 #define NAME 262 7 #define PREVCCL 263 8 #define EOF_OP 264 9 #define TOK_OPTION 265 10 #define TOK_OUTFILE 266 11 #define TOK_PREFIX 267 12 #define TOK_YYCLASS 268 13 #define TOK_HEADER_FILE 269 14 #define TOK_EXTRA_TYPE 270 15 #define TOK_TABLES_FILE 271 16 #define CCE_ALNUM 272 17 #define CCE_ALPHA 273 18 #define CCE_BLANK 274 19 #define CCE_CNTRL 275 20 #define CCE_DIGIT 276 21 #define CCE_GRAPH 277 22 #define CCE_LOWER 278 23 #define CCE_PRINT 279 24 #define CCE_PUNCT 280 25 #define CCE_SPACE 281 26 #define CCE_UPPER 282 27 #define CCE_XDIGIT 283 28 #define CCE_NEG_ALNUM 284 29 #define CCE_NEG_ALPHA 285 30 #define CCE_NEG_BLANK 286 31 #define CCE_NEG_CNTRL 287 32 #define CCE_NEG_DIGIT 288 33 #define CCE_NEG_GRAPH 289 34 #define CCE_NEG_LOWER 290 35 #define CCE_NEG_PRINT 291 36 #define CCE_NEG_PUNCT 292 37 #define CCE_NEG_SPACE 293 38 #define CCE_NEG_UPPER 294 39 #define CCE_NEG_XDIGIT 295 40 #define CCL_OP_DIFF 296 41 #define CCL_OP_UNION 297 42 #define BEGIN_REPEAT_POSIX 298 43 #define END_REPEAT_POSIX 299 44 #define BEGIN_REPEAT_FLEX 300 45 #define END_REPEAT_FLEX 301 46