repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove traces of benchmarks from test/.
[minix.git]
/
commands
/
flex-2.5.4
/
MISC
/
parse.h
blob
10febed9d713bd1aa9ce10960040843ac687bc21
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 OPTION_OP 265
10
#define OPT_OUTFILE 266
11
#define OPT_PREFIX 267
12
#define OPT_YYCLASS 268
13
#define CCE_ALNUM 269
14
#define CCE_ALPHA 270
15
#define CCE_BLANK 271
16
#define CCE_CNTRL 272
17
#define CCE_DIGIT 273
18
#define CCE_GRAPH 274
19
#define CCE_LOWER 275
20
#define CCE_PRINT 276
21
#define CCE_PUNCT 277
22
#define CCE_SPACE 278
23
#define CCE_UPPER 279
24
#define CCE_XDIGIT 280