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