]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/lex/initparse.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.bin / lex / initparse.h
1 /* $FreeBSD$ */
2 #define CHAR 257
3 #define NUMBER 258
4 #define SECTEND 259
5 #define SCDECL 260
6 #define XSCDECL 261
7 #define NAME 262
8 #define PREVCCL 263
9 #define EOF_OP 264
10 #define OPTION_OP 265
11 #define OPT_OUTFILE 266
12 #define OPT_PREFIX 267
13 #define OPT_YYCLASS 268
14 #define OPT_HEADER 269
15 #define OPT_EXTRA_TYPE 270
16 #define OPT_TABLES 271
17 #define CCE_ALNUM 272
18 #define CCE_ALPHA 273
19 #define CCE_BLANK 274
20 #define CCE_CNTRL 275
21 #define CCE_DIGIT 276
22 #define CCE_GRAPH 277
23 #define CCE_LOWER 278
24 #define CCE_PRINT 279
25 #define CCE_PUNCT 280
26 #define CCE_SPACE 281
27 #define CCE_UPPER 282
28 #define CCE_XDIGIT 283
29 #define CCE_NEG_ALNUM 284
30 #define CCE_NEG_ALPHA 285
31 #define CCE_NEG_BLANK 286
32 #define CCE_NEG_CNTRL 287
33 #define CCE_NEG_DIGIT 288
34 #define CCE_NEG_GRAPH 289
35 #define CCE_NEG_LOWER 290
36 #define CCE_NEG_PRINT 291
37 #define CCE_NEG_PUNCT 292
38 #define CCE_NEG_SPACE 293
39 #define CCE_NEG_UPPER 294
40 #define CCE_NEG_XDIGIT 295
41 #define CCL_OP_DIFF 296
42 #define CCL_OP_UNION 297
43 #define BEGIN_REPEAT_POSIX 298
44 #define END_REPEAT_POSIX 299
45 #define BEGIN_REPEAT_FLEX 300
46 #define END_REPEAT_FLEX 301