Line | |
---|
1 | typedef union{
|
---|
2 | string_t *str;
|
---|
3 | int num;
|
---|
4 | int *iptr;
|
---|
5 | resource_t *res;
|
---|
6 | accelerator_t *acc;
|
---|
7 | bitmap_t *bmp;
|
---|
8 | cursor_t *cur;
|
---|
9 | cursor_group_t *curg;
|
---|
10 | dialog_t *dlg;
|
---|
11 | dialogex_t *dlgex;
|
---|
12 | font_t *fnt;
|
---|
13 | icon_t *ico;
|
---|
14 | icon_group_t *icog;
|
---|
15 | menu_t *men;
|
---|
16 | menuex_t *menex;
|
---|
17 | rcdata_t *rdt;
|
---|
18 | stringtable_t *stt;
|
---|
19 | stt_entry_t *stte;
|
---|
20 | user_t *usr;
|
---|
21 | messagetable_t *msg;
|
---|
22 | versioninfo_t *veri;
|
---|
23 | control_t *ctl;
|
---|
24 | name_id_t *nid;
|
---|
25 | font_id_t *fntid;
|
---|
26 | language_t *lan;
|
---|
27 | version_t *ver;
|
---|
28 | characts_t *chars;
|
---|
29 | event_t *event;
|
---|
30 | menu_item_t *menitm;
|
---|
31 | menuex_item_t *menexitm;
|
---|
32 | itemex_opt_t *exopt;
|
---|
33 | raw_data_t *raw;
|
---|
34 | lvc_t *lvc;
|
---|
35 | ver_value_t *val;
|
---|
36 | ver_block_t *blk;
|
---|
37 | ver_words_t *verw;
|
---|
38 | toolbar_t *tlbar;
|
---|
39 | toolbar_item_t *tlbarItems;
|
---|
40 | dlginit_t *dginit;
|
---|
41 | style_pair_t *styles;
|
---|
42 | style_t *style;
|
---|
43 | } YYSTYPE;
|
---|
44 | #define tIF 258
|
---|
45 | #define tIFDEF 259
|
---|
46 | #define tIFNDEF 260
|
---|
47 | #define tELSE 261
|
---|
48 | #define tELIF 262
|
---|
49 | #define tENDIF 263
|
---|
50 | #define tDEFINED 264
|
---|
51 | #define tNL 265
|
---|
52 | #define tTYPEDEF 266
|
---|
53 | #define tEXTERN 267
|
---|
54 | #define NUMBER 268
|
---|
55 | #define LNUMBER 269
|
---|
56 | #define tSTRING 270
|
---|
57 | #define IDENT 271
|
---|
58 | #define FILENAME 272
|
---|
59 | #define RAWDATA 273
|
---|
60 | #define ACCELERATORS 274
|
---|
61 | #define tBITMAP 275
|
---|
62 | #define CURSOR 276
|
---|
63 | #define DIALOG 277
|
---|
64 | #define DIALOGEX 278
|
---|
65 | #define MENU 279
|
---|
66 | #define MENUEX 280
|
---|
67 | #define MESSAGETABLE 281
|
---|
68 | #define RCDATA 282
|
---|
69 | #define VERSIONINFO 283
|
---|
70 | #define STRINGTABLE 284
|
---|
71 | #define FONT 285
|
---|
72 | #define ICON 286
|
---|
73 | #define AUTO3STATE 287
|
---|
74 | #define AUTOCHECKBOX 288
|
---|
75 | #define AUTORADIOBUTTON 289
|
---|
76 | #define CHECKBOX 290
|
---|
77 | #define DEFPUSHBUTTON 291
|
---|
78 | #define PUSHBUTTON 292
|
---|
79 | #define RADIOBUTTON 293
|
---|
80 | #define STATE3 294
|
---|
81 | #define GROUPBOX 295
|
---|
82 | #define COMBOBOX 296
|
---|
83 | #define LISTBOX 297
|
---|
84 | #define SCROLLBAR 298
|
---|
85 | #define CONTROL 299
|
---|
86 | #define EDITTEXT 300
|
---|
87 | #define RTEXT 301
|
---|
88 | #define CTEXT 302
|
---|
89 | #define LTEXT 303
|
---|
90 | #define BLOCK 304
|
---|
91 | #define VALUE 305
|
---|
92 | #define SHIFT 306
|
---|
93 | #define ALT 307
|
---|
94 | #define ASCII 308
|
---|
95 | #define VIRTKEY 309
|
---|
96 | #define GRAYED 310
|
---|
97 | #define CHECKED 311
|
---|
98 | #define INACTIVE 312
|
---|
99 | #define NOINVERT 313
|
---|
100 | #define tPURE 314
|
---|
101 | #define IMPURE 315
|
---|
102 | #define DISCARDABLE 316
|
---|
103 | #define LOADONCALL 317
|
---|
104 | #define PRELOAD 318
|
---|
105 | #define tFIXED 319
|
---|
106 | #define MOVEABLE 320
|
---|
107 | #define CLASS 321
|
---|
108 | #define CAPTION 322
|
---|
109 | #define CHARACTERISTICS 323
|
---|
110 | #define EXSTYLE 324
|
---|
111 | #define STYLE 325
|
---|
112 | #define VERSION 326
|
---|
113 | #define LANGUAGE 327
|
---|
114 | #define FILEVERSION 328
|
---|
115 | #define PRODUCTVERSION 329
|
---|
116 | #define FILEFLAGSMASK 330
|
---|
117 | #define FILEOS 331
|
---|
118 | #define FILETYPE 332
|
---|
119 | #define FILEFLAGS 333
|
---|
120 | #define FILESUBTYPE 334
|
---|
121 | #define MENUBARBREAK 335
|
---|
122 | #define MENUBREAK 336
|
---|
123 | #define MENUITEM 337
|
---|
124 | #define POPUP 338
|
---|
125 | #define SEPARATOR 339
|
---|
126 | #define HELP 340
|
---|
127 | #define TOOLBAR 341
|
---|
128 | #define BUTTON 342
|
---|
129 | #define tBEGIN 343
|
---|
130 | #define tEND 344
|
---|
131 | #define DLGINIT 345
|
---|
132 | #define LOGOR 346
|
---|
133 | #define LOGAND 347
|
---|
134 | #define EQ 348
|
---|
135 | #define NE 349
|
---|
136 | #define LTE 350
|
---|
137 | #define GTE 351
|
---|
138 | #define NOT 352
|
---|
139 |
|
---|
140 |
|
---|
141 | extern YYSTYPE yylval;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.