Changeset 5523 for trunk/tools/wrc/y.tab.h
- Timestamp:
- Apr 16, 2001, 7:12:53 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/wrc/y.tab.h
r3426 r5523 3 3 int num; 4 4 int *iptr; 5 char *cptr; 5 6 resource_t *res; 6 7 accelerator_t *acc; 7 8 bitmap_t *bmp; 8 cursor_t *cur;9 cursor_group_t *curg;10 9 dialog_t *dlg; 11 10 dialogex_t *dlgex; 12 11 font_t *fnt; 13 icon_t *ico; 14 icon_group_t *icog; 12 fontdir_t *fnd; 15 13 menu_t *men; 16 14 menuex_t *menex; … … 41 39 style_pair_t *styles; 42 40 style_t *style; 41 ani_any_t *ani; 43 42 } YYSTYPE; 44 #define t IF 25845 #define t IFDEF25946 #define t IFNDEF26047 #define tE LSE26148 #define t ELIF26249 #define t ENDIF26350 #define t DEFINED26443 #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 51 50 #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 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 139 132 140 133
Note:
See TracChangeset
for help on using the changeset viewer.