| /NextBSD/contrib/file/magic/Magdir/ |
| HD | games | 31 24 string LxD\ 203 Linuxdoom save 44 #0 string 5\x0a Quake I save 50 0 string 5\x0aIntroduction Quake I save: start Introduction 51 0 string 5\x0athe_Slipgate_Complex Quake I save: e1m1 The slipgate complex 52 0 string 5\x0aCastle_of_the_Damned Quake I save: e1m2 Castle of the damned 53 0 string 5\x0athe_Necropolis Quake I save: e1m3 The necropolis 54 0 string 5\x0athe_Grisly_Grotto Quake I save: e1m4 The grisly grotto 55 0 string 5\x0aZiggurat_Vertigo Quake I save: e1m8 Ziggurat vertigo (secret) 56 0 string 5\x0aGloom_Keep Quake I save: e1m5 Gloom keep 57 0 string 5\x0aThe_Door_To_Chthon Quake I save: e1m6 The door to Chthon [all …]
|
| /NextBSD/contrib/byacc/test/btyacc/ |
| HD | code_debug.c | 158 struct YYParseState_s *save; /* Previously saved parser state */ member 239 #define yytrial (yyps->save) 359 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 360 #define YYVALID_NESTED do { if (yyps->save && \ 361 yyps->save->save == 0) goto yyvalid; } while(0) 390 yyps->save = 0; in YYPARSE_DECL() 426 if (yyps->save) in YYPARSE_DECL() 492 YYParseState *save; in YYPARSE_DECL() local 499 save = yypath; in YYPARSE_DECL() 500 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | code_error.code.c | 272 struct YYParseState_s *save; /* Previously saved parser state */ member 353 #define yytrial (yyps->save) 473 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 474 #define YYVALID_NESTED do { if (yyps->save && \ 475 yyps->save->save == 0) goto yyvalid; } while(0) 504 yyps->save = 0; in YYPARSE_DECL() 540 if (yyps->save) in YYPARSE_DECL() 606 YYParseState *save; in YYPARSE_DECL() local 613 save = yypath; in YYPARSE_DECL() 614 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | err_syntax18.tab.c | 303 struct YYParseState_s *save; /* Previously saved parser state */ member 380 #define yytrial (yyps->save) 500 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 501 #define YYVALID_NESTED do { if (yyps->save && \ 502 yyps->save->save == 0) goto yyvalid; } while(0) 531 yyps->save = 0; in YYPARSE_DECL() 567 if (yyps->save) in YYPARSE_DECL() 633 YYParseState *save; in YYPARSE_DECL() local 640 save = yypath; in YYPARSE_DECL() 641 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | err_syntax20.tab.c | 298 struct YYParseState_s *save; /* Previously saved parser state */ member 375 #define yytrial (yyps->save) 495 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 496 #define YYVALID_NESTED do { if (yyps->save && \ 497 yyps->save->save == 0) goto yyvalid; } while(0) 526 yyps->save = 0; in YYPARSE_DECL() 562 if (yyps->save) in YYPARSE_DECL() 628 YYParseState *save; in YYPARSE_DECL() local 635 save = yypath; in YYPARSE_DECL() 636 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | empty.tab.c | 304 struct YYParseState_s *save; /* Previously saved parser state */ member 372 #define yytrial (yyps->save) 492 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 493 #define YYVALID_NESTED do { if (yyps->save && \ 494 yyps->save->save == 0) goto yyvalid; } while(0) 523 yyps->save = 0; in YYPARSE_DECL() 559 if (yyps->save) in YYPARSE_DECL() 625 YYParseState *save; in YYPARSE_DECL() local 632 save = yypath; in YYPARSE_DECL() 633 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | err_syntax10.tab.c | 294 struct YYParseState_s *save; /* Previously saved parser state */ member 371 #define yytrial (yyps->save) 491 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 492 #define YYVALID_NESTED do { if (yyps->save && \ 493 yyps->save->save == 0) goto yyvalid; } while(0) 522 yyps->save = 0; in YYPARSE_DECL() 558 if (yyps->save) in YYPARSE_DECL() 624 YYParseState *save; in YYPARSE_DECL() local 631 save = yypath; in YYPARSE_DECL() 632 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | error.tab.c | 299 struct YYParseState_s *save; /* Previously saved parser state */ member 376 #define yytrial (yyps->save) 496 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 497 #define YYVALID_NESTED do { if (yyps->save && \ 498 yyps->save->save == 0) goto yyvalid; } while(0) 527 yyps->save = 0; in YYPARSE_DECL() 563 if (yyps->save) in YYPARSE_DECL() 629 YYParseState *save; in YYPARSE_DECL() local 636 save = yypath; in YYPARSE_DECL() 637 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | rename_debug.c | 158 struct YYParseState_s *save; /* Previously saved parser state */ member 239 #define yytrial (yyps->save) 359 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 360 #define YYVALID_NESTED do { if (yyps->save && \ 361 yyps->save->save == 0) goto yyvalid; } while(0) 390 yyps->save = 0; in YYPARSE_DECL() 426 if (yyps->save) in YYPARSE_DECL() 492 YYParseState *save; in YYPARSE_DECL() local 499 save = yypath; in YYPARSE_DECL() 500 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | err_syntax11.tab.c | 300 struct YYParseState_s *save; /* Previously saved parser state */ member 377 #define yytrial (yyps->save) 497 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 498 #define YYVALID_NESTED do { if (yyps->save && \ 499 yyps->save->save == 0) goto yyvalid; } while(0) 528 yyps->save = 0; in YYPARSE_DECL() 564 if (yyps->save) in YYPARSE_DECL() 630 YYParseState *save; in YYPARSE_DECL() local 637 save = yypath; in YYPARSE_DECL() 638 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | err_syntax12.tab.c | 306 struct YYParseState_s *save; /* Previously saved parser state */ member 383 #define yytrial (yyps->save) 503 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 504 #define YYVALID_NESTED do { if (yyps->save && \ 505 yyps->save->save == 0) goto yyvalid; } while(0) 534 yyps->save = 0; in YYPARSE_DECL() 570 if (yyps->save) in YYPARSE_DECL() 636 YYParseState *save; in YYPARSE_DECL() local 643 save = yypath; in YYPARSE_DECL() 644 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | calc3.tab.c | 411 struct YYParseState_s *save; /* Previously saved parser state */ member 478 #define yytrial (yyps->save) 598 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 599 #define YYVALID_NESTED do { if (yyps->save && \ 600 yyps->save->save == 0) goto yyvalid; } while(0) 679 yyps->save = 0; in YYPARSE_DECL() 715 if (yyps->save) in YYPARSE_DECL() 781 YYParseState *save; in YYPARSE_DECL() local 788 save = yypath; in YYPARSE_DECL() 789 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | quote_calc-s.tab.c | 432 struct YYParseState_s *save; /* Previously saved parser state */ member 528 #define yytrial (yyps->save) 648 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 649 #define YYVALID_NESTED do { if (yyps->save && \ 650 yyps->save->save == 0) goto yyvalid; } while(0) 679 yyps->save = 0; in YYPARSE_DECL() 715 if (yyps->save) in YYPARSE_DECL() 781 YYParseState *save; in YYPARSE_DECL() local 788 save = yypath; in YYPARSE_DECL() 789 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | btyacc_destroy1.tab.c | 432 struct YYParseState_s *save; /* Previously saved parser state */ member 515 #define yytrial (yyps->save) 635 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 636 #define YYVALID_NESTED do { if (yyps->save && \ 637 yyps->save->save == 0) goto yyvalid; } while(0) 666 yyps->save = 0; in YYPARSE_DECL() 702 if (yyps->save) in YYPARSE_DECL() 768 YYParseState *save; in YYPARSE_DECL() local 775 save = yypath; in YYPARSE_DECL() 776 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | pure_error.tab.c | 302 struct YYParseState_s *save; /* Previously saved parser state */ member 342 #define yytrial (yyps->save) 462 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 463 #define YYVALID_NESTED do { if (yyps->save && \ 464 yyps->save->save == 0) goto yyvalid; } while(0) 543 yyps->save = 0; in YYPARSE_DECL() 579 if (yyps->save) in YYPARSE_DECL() 645 YYParseState *save; in YYPARSE_DECL() local 652 save = yypath; in YYPARSE_DECL() 653 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | inherit0.tab.c | 336 struct YYParseState_s *save; /* Previously saved parser state */ member 395 #define yytrial (yyps->save) 515 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 516 #define YYVALID_NESTED do { if (yyps->save && \ 517 yyps->save->save == 0) goto yyvalid; } while(0) 546 yyps->save = 0; in YYPARSE_DECL() 582 if (yyps->save) in YYPARSE_DECL() 648 YYParseState *save; in YYPARSE_DECL() local 655 save = yypath; in YYPARSE_DECL() 656 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | btyacc_destroy2.tab.c | 432 struct YYParseState_s *save; /* Previously saved parser state */ member 515 #define yytrial (yyps->save) 635 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 636 #define YYVALID_NESTED do { if (yyps->save && \ 637 yyps->save->save == 0) goto yyvalid; } while(0) 666 yyps->save = 0; in YYPARSE_DECL() 702 if (yyps->save) in YYPARSE_DECL() 768 YYParseState *save; in YYPARSE_DECL() local 775 save = yypath; in YYPARSE_DECL() 776 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | ok_syntax1.tab.c | 434 struct YYParseState_s *save; /* Previously saved parser state */ member 501 #define yytrial (yyps->save) 621 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 622 #define YYVALID_NESTED do { if (yyps->save && \ 623 yyps->save->save == 0) goto yyvalid; } while(0) 702 yyps->save = 0; in YYPARSE_DECL() 738 if (yyps->save) in YYPARSE_DECL() 804 YYParseState *save; in YYPARSE_DECL() local 811 save = yypath; in YYPARSE_DECL() 812 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | code_calc.code.c | 280 struct YYParseState_s *save; /* Previously saved parser state */ member 381 #define yytrial (yyps->save) 501 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 502 #define YYVALID_NESTED do { if (yyps->save && \ 503 yyps->save->save == 0) goto yyvalid; } while(0) 532 yyps->save = 0; in YYPARSE_DECL() 568 if (yyps->save) in YYPARSE_DECL() 634 YYParseState *save; in YYPARSE_DECL() local 641 save = yypath; in YYPARSE_DECL() 642 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | quote_calc4.tab.c | 433 struct YYParseState_s *save; /* Previously saved parser state */ member 529 #define yytrial (yyps->save) 649 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 650 #define YYVALID_NESTED do { if (yyps->save && \ 651 yyps->save->save == 0) goto yyvalid; } while(0) 680 yyps->save = 0; in YYPARSE_DECL() 716 if (yyps->save) in YYPARSE_DECL() 782 YYParseState *save; in YYPARSE_DECL() local 789 save = yypath; in YYPARSE_DECL() 790 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | pure_calc.tab.c | 414 struct YYParseState_s *save; /* Previously saved parser state */ member 474 #define yytrial (yyps->save) 594 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 595 #define YYVALID_NESTED do { if (yyps->save && \ 596 yyps->save->save == 0) goto yyvalid; } while(0) 675 yyps->save = 0; in YYPARSE_DECL() 711 if (yyps->save) in YYPARSE_DECL() 777 YYParseState *save; in YYPARSE_DECL() local 784 save = yypath; in YYPARSE_DECL() 785 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | btyacc_destroy3.tab.c | 432 struct YYParseState_s *save; /* Previously saved parser state */ member 515 #define yytrial (yyps->save) 635 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 636 #define YYVALID_NESTED do { if (yyps->save && \ 637 yyps->save->save == 0) goto yyvalid; } while(0) 666 yyps->save = 0; in YYPARSE_DECL() 702 if (yyps->save) in YYPARSE_DECL() 768 YYParseState *save; in YYPARSE_DECL() local 775 save = yypath; in YYPARSE_DECL() 776 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | quote_calc4-s.tab.c | 433 struct YYParseState_s *save; /* Previously saved parser state */ member 529 #define yytrial (yyps->save) 649 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 650 #define YYVALID_NESTED do { if (yyps->save && \ 651 yyps->save->save == 0) goto yyvalid; } while(0) 680 yyps->save = 0; in YYPARSE_DECL() 716 if (yyps->save) in YYPARSE_DECL() 782 YYParseState *save; in YYPARSE_DECL() local 789 save = yypath; in YYPARSE_DECL() 790 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | calc.tab.c | 413 struct YYParseState_s *save; /* Previously saved parser state */ member 510 #define yytrial (yyps->save) 630 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 631 #define YYVALID_NESTED do { if (yyps->save && \ 632 yyps->save->save == 0) goto yyvalid; } while(0) 661 yyps->save = 0; in YYPARSE_DECL() 697 if (yyps->save) in YYPARSE_DECL() 763 YYParseState *save; in YYPARSE_DECL() local 770 save = yypath; in YYPARSE_DECL() 771 yypath = save->save; in YYPARSE_DECL() [all …]
|
| HD | err_inherit4.tab.c | 383 struct YYParseState_s *save; /* Previously saved parser state */ member 469 #define yytrial (yyps->save) 589 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 590 #define YYVALID_NESTED do { if (yyps->save && \ 591 yyps->save->save == 0) goto yyvalid; } while(0) 620 yyps->save = 0; in YYPARSE_DECL() 656 if (yyps->save) in YYPARSE_DECL() 722 YYParseState *save; in YYPARSE_DECL() local 729 save = yypath; in YYPARSE_DECL() 730 yypath = save->save; in YYPARSE_DECL() [all …]
|