Line | |
---|
1 | typedef union{
|
---|
2 | string_t *str;
|
---|
3 | int num;
|
---|
4 | int *iptr;
|
---|
5 | char *cptr;
|
---|
6 | resource_t *res;
|
---|
7 | accelerator_t *acc;
|
---|
8 | bitmap_t *bmp;
|
---|
9 | dialog_t *dlg;
|
---|
10 | dialogex_t *dlgex;
|
---|
11 | font_t *fnt;
|
---|
12 | fontdir_t *fnd;
|
---|
13 | menu_t *men;
|
---|
14 | menuex_t *menex;
|
---|
15 | rcdata_t *rdt;
|
---|
16 | stringtable_t *stt;
|
---|
17 | stt_entry_t *stte;
|
---|
18 | user_t *usr;
|
---|
19 | messagetable_t *msg;
|
---|
20 | versioninfo_t *veri;
|
---|
21 | control_t *ctl;
|
---|
22 | name_id_t *nid;
|
---|
23 | font_id_t *fntid;
|
---|
24 | language_t *lan;
|
---|
25 | version_t *ver;
|
---|
26 | characts_t *chars;
|
---|
27 | event_t *event;
|
---|
28 | menu_item_t *menitm;
|
---|
29 | menuex_item_t *menexitm;
|
---|
30 | itemex_opt_t *exopt;
|
---|
31 | raw_data_t *raw;
|
---|
32 | lvc_t *lvc;
|
---|
33 | ver_value_t *val;
|
---|
34 | ver_block_t *blk;
|
---|
35 | ver_words_t *verw;
|
---|
36 | toolbar_t *tlbar;
|
---|
37 | toolbar_item_t *tlbarItems;
|
---|
38 | dlginit_t *dginit;
|
---|
39 | style_pair_t *styles;
|
---|
40 | style_t *style;
|
---|
41 | ani_any_t *ani;
|
---|
42 | } YYSTYPE;
|
---|
43 | #define tTYPEDEF 258
|
---|
44 | #define tEXTERN 259
|
---|
45 | #define tSTRUCT 260
|
---|
46 | #define tENUM 261
|
---|
47 | #define tCPPCLASS 262
|
---|
48 | #define tINLINE 263
|
---|
49 | #define tSTATIC 264
|
---|
50 | #define tNL 265
|
---|
51 | #define tNUMBER 266
|
---|
52 | #define tLNUMBER 267
|
---|
53 | #define tSTRING 268
|
---|
54 | #define tIDENT 269
|
---|
55 | #define tFILENAME 270
|
---|
56 | #define tRAWDATA 271
|
---|
57 | #define tACCELERATORS 272
|
---|
58 | #define tBITMAP 273
|
---|
59 | #define tCURSOR 274
|
---|
60 | #define tDIALOG 275
|
---|
61 | #define tDIALOGEX 276
|
---|
62 | #define tMENU 277
|
---|
63 | #define tMENUEX 278
|
---|
64 | #define tMESSAGETABLE 279
|
---|
65 | #define tRCDATA 280
|
---|
66 | #define tVERSIONINFO 281
|
---|
67 | #define tSTRINGTABLE 282
|
---|
68 | #define tFONT 283
|
---|
69 | #define tFONTDIR 284
|
---|
70 | #define tICON 285
|
---|
71 | #define tAUTO3STATE 286
|
---|
72 | #define tAUTOCHECKBOX 287
|
---|
73 | #define tAUTORADIOBUTTON 288
|
---|
74 | #define tCHECKBOX 289
|
---|
75 | #define tDEFPUSHBUTTON 290
|
---|
76 | #define tPUSHBUTTON 291
|
---|
77 | #define tRADIOBUTTON 292
|
---|
78 | #define tSTATE3 293
|
---|
79 | #define tGROUPBOX 294
|
---|
80 | #define tCOMBOBOX 295
|
---|
81 | #define tLISTBOX 296
|
---|
82 | #define tSCROLLBAR 297
|
---|
83 | #define tCONTROL 298
|
---|
84 | #define tEDITTEXT 299
|
---|
85 | #define tRTEXT 300
|
---|
86 | #define tCTEXT 301
|
---|
87 | #define tLTEXT 302
|
---|
88 | #define tBLOCK 303
|
---|
89 | #define tVALUE 304
|
---|
90 | #define tSHIFT 305
|
---|
91 | #define tALT 306
|
---|
92 | #define tASCII 307
|
---|
93 | #define tVIRTKEY 308
|
---|
94 | #define tGRAYED 309
|
---|
95 | #define tCHECKED 310
|
---|
96 | #define tINACTIVE 311
|
---|
97 | #define tNOINVERT 312
|
---|
98 | #define tPURE 313
|
---|
99 | #define tIMPURE 314
|
---|
100 | #define tDISCARDABLE 315
|
---|
101 | #define tLOADONCALL 316
|
---|
102 | #define tPRELOAD 317
|
---|
103 | #define tFIXED 318
|
---|
104 | #define tMOVEABLE 319
|
---|
105 | #define tCLASS 320
|
---|
106 | #define tCAPTION 321
|
---|
107 | #define tCHARACTERISTICS 322
|
---|
108 | #define tEXSTYLE 323
|
---|
109 | #define tSTYLE 324
|
---|
110 | #define tVERSION 325
|
---|
111 | #define tLANGUAGE 326
|
---|
112 | #define tFILEVERSION 327
|
---|
113 | #define tPRODUCTVERSION 328
|
---|
114 | #define tFILEFLAGSMASK 329
|
---|
115 | #define tFILEOS 330
|
---|
116 | #define tFILETYPE 331
|
---|
117 | #define tFILEFLAGS 332
|
---|
118 | #define tFILESUBTYPE 333
|
---|
119 | #define tMENUBARBREAK 334
|
---|
120 | #define tMENUBREAK 335
|
---|
121 | #define tMENUITEM 336
|
---|
122 | #define tPOPUP 337
|
---|
123 | #define tSEPARATOR 338
|
---|
124 | #define tHELP 339
|
---|
125 | #define tTOOLBAR 340
|
---|
126 | #define tBUTTON 341
|
---|
127 | #define tBEGIN 342
|
---|
128 | #define tEND 343
|
---|
129 | #define tDLGINIT 344
|
---|
130 | #define tNOT 345
|
---|
131 | #define pUPM 346
|
---|
132 |
|
---|
133 |
|
---|
134 | extern YYSTYPE yylval;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.