This is mon_parse.h in view mode; [Download] [Up]
typedef union {
MON_ADDR a;
int i;
REG_ID reg;
CONDITIONAL cond_op;
CONDITIONAL_NODE *cond_node;
RADIXTYPE rt;
ACTION action;
char *str;
} YYSTYPE;
#define H_NUMBER 258
#define D_NUMBER 259
#define O_NUMBER 260
#define B_NUMBER 261
#define CONVERT_OP 262
#define B_DATA 263
#define TRAIL 264
#define BAD_CMD 265
#define MEM_OP 266
#define IF 267
#define MEM_COMP 268
#define MEM_DISK 269
#define CMD_SEP 270
#define REG_ASGN_SEP 271
#define EQUALS 272
#define CMD_SIDEFX 273
#define CMD_RETURN 274
#define CMD_BLOCK_READ 275
#define CMD_BLOCK_WRITE 276
#define CMD_UP 277
#define CMD_DOWN 278
#define CMD_LOAD 279
#define CMD_SAVE 280
#define CMD_VERIFY 281
#define CMD_IGNORE 282
#define CMD_HUNT 283
#define CMD_FILL 284
#define CMD_MOVE 285
#define CMD_GOTO 286
#define CMD_REGISTERS 287
#define CMD_READSPACE 288
#define CMD_WRITESPACE 289
#define CMD_RADIX 290
#define CMD_MEM_DISPLAY 291
#define CMD_BREAK 292
#define CMD_TRACE 293
#define CMD_IO 294
#define CMD_BRMON 295
#define CMD_COMPARE 296
#define CMD_DUMP 297
#define CMD_UNDUMP 298
#define CMD_EXIT 299
#define CMD_DELETE 300
#define CMD_CONDITION 301
#define CMD_COMMAND 302
#define CMD_ASSEMBLE 303
#define CMD_DISASSEMBLE 304
#define CMD_NEXT 305
#define CMD_STEP 306
#define CMD_PRINT 307
#define CMD_DEVICE 308
#define CMD_HELP 309
#define CMD_WATCH 310
#define CMD_DISK 311
#define CMD_SYSTEM 312
#define CMD_QUIT 313
#define CMD_CHDIR 314
#define CMD_BANK 315
#define CMD_LOAD_LABELS 316
#define CMD_SAVE_LABELS 317
#define CMD_ADD_LABEL 318
#define CMD_DEL_LABEL 319
#define CMD_SHOW_LABELS 320
#define CMD_RECORD 321
#define CMD_STOP 322
#define CMD_PLAYBACK 323
#define CMD_CHAR_DISPLAY 324
#define CMD_SPRITE_DISPLAY 325
#define CMD_TEXT_DISPLAY 326
#define CMD_ENTER_DATA 327
#define CMD_ENTER_BIN_DATA 328
#define L_PAREN 329
#define R_PAREN 330
#define ARG_IMMEDIATE 331
#define REG_A 332
#define REG_X 333
#define REG_Y 334
#define COMMA 335
#define INST_SEP 336
#define STRING 337
#define FILENAME 338
#define R_O_L 339
#define OPCODE 340
#define LABEL 341
#define REGISTER 342
#define COMPARE_OP 343
#define RADIX_TYPE 344
#define INPUT_SPEC 345
#define CMD_CHECKPT_ONOFF 346
#define TOGGLE 347
extern YYSTYPE yylval;
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.