Menu

[r11]: / branches / dasho / DOM / dtdparse / y.tab.h  Maximize  Restore  History

Download this file

38 lines (36 with data), 801 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
typedef union
{
char* lexeme;
Node* nodePtr;
int val;
} YYSTYPE;
extern YYSTYPE yylval;
# define DTD_ELEMENT 257
# define DTD_EMPTY 258
# define DTD_ANY 259
# define DTD_PCDATA 260
# define DTD_ATTLIST 261
# define DTD_CDATA 262
# define DTD_ID 263
# define DTD_IMPLIED 264
# define DTD_REQUIRED 265
# define DTD_FIXED 266
# define DTD_XMLSPACE 267
# define DTD_DEFAULT 268
# define DTD_PRESERVE 269
# define DTD_COMMA 270
# define DTD_PIPESTEM 271
# define DTD_QUESTION 272
# define DTD_ASTERIX 273
# define DTD_PLUS 274
# define DTD_LPAR 275
# define DTD_RPAR 276
# define DTD_EXCLAM 277
# define DTD_LESS 278
# define DTD_GREATER 279
# define DTD_HYPHEN 280
# define DTD_UNDERSCORE 281
# define DTD_QUOTE 282
# define DTD_COLON 283
# define DTD_NAME 284
# define DTD_NMTOKEN 285
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.