/freebsd/contrib/file/magic/Magdir/ |
H A D | games | 31 24 string LxD\ 203 Linuxdoom save 39 0 string 5\x0aIntroduction Quake I save: start Introduction 40 0 string 5\x0athe_Slipgate_Complex Quake I save: e1m1 The slipgate complex 41 0 string 5\x0aCastle_of_the_Damned Quake I save: e1m2 Castle of the damned 42 0 string 5\x0athe_Necropolis Quake I save: e1m3 The necropolis 43 0 string 5\x0athe_Grisly_Grotto Quake I save: e1m4 The grisly grotto 44 0 string 5\x0aZiggurat_Vertigo Quake I save: e1m8 Ziggurat vertigo (secret) 45 0 string 5\x0aGloom_Keep Quake I save: e1m5 Gloom keep 46 0 string 5\x0aThe_Door_To_Chthon Quake I save: e1m6 The door to Chthon 47 0 string 5\x0aThe_House_of_Chthon Quake I save: e1m7 The house of Chthon [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmisc.exp | 23 save-dollars: 0 = $ 24 save-dollars: 1 = $$ 25 save-dollars: 2 = $$ 26 save-dollars: False = $ 27 save-dollars: True = $$ 28 save-dollars: false = $ 29 save-dollars: true = $$ 30 save-dollars: Yes = $$ 31 save-dollars: No = $ 32 save-dollars: yes = $$ [all …]
|
/freebsd/contrib/byacc/ |
H A D | btyaccpar.skel | 135 struct YYParseState_s *save; /* Previously saved parser state */ 244 #define yytrial (yyps->save) 364 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 365 #define YYVALID_NESTED do { if (yyps->save && \ 366 yyps->save->save == 0) goto yyvalid; } while(0) 410 yyps->save = 0; 448 if (yyps->save) 450 /* in trial mode; save scanner results for future parse attempts */ 513 YYParseState *save; 520 save = yypath; [all …]
|
H A D | btyaccpar.c | 171 " struct YYParseState_s *save; /* Previously saved parser state */", 298 "#define yytrial (yyps->save)", 422 "#define YYVALID do { if (yyps->save) goto yyvalid; } while(0)", 423 "#define YYVALID_NESTED do { if (yyps->save && \\", 424 " yyps->save->save == 0) goto yyvalid; } while(0)", 484 " yyps->save = 0;", 524 " if (yyps->save)", 526 " /* in trial mode; save scanner results for future parse attempts */", 595 " YYParseState *save;", 602 " save = yypath;", [all …]
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | rename_debug.c | 163 struct YYParseState_s *save; /* Previously saved parser state */ member 244 #define yytrial (yyps->save) 364 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 365 #define YYVALID_NESTED do { if (yyps->save && \ 366 yyps->save->save == 0) goto yyvalid; } while(0) 398 yyps->save = 0; in YYPARSE_DECL() 436 if (yyps->save) in YYPARSE_DECL() 438 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 501 YYParseState *save; in YYPARSE_DECL() local 508 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | empty.tab.c | 309 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) 531 yyps->save = 0; in YYPARSE_DECL() 569 if (yyps->save) in YYPARSE_DECL() 571 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 634 YYParseState *save; in YYPARSE_DECL() local 641 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | code_error.code.c | 277 struct YYParseState_s *save; /* Previously saved parser state */ member 358 #define yytrial (yyps->save) 478 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 479 #define YYVALID_NESTED do { if (yyps->save && \ 480 yyps->save->save == 0) goto yyvalid; } while(0) 512 yyps->save = 0; in YYPARSE_DECL() 550 if (yyps->save) in YYPARSE_DECL() 552 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 615 YYParseState *save; in YYPARSE_DECL() local 622 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | err_syntax10.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) 530 yyps->save = 0; in YYPARSE_DECL() 568 if (yyps->save) in YYPARSE_DECL() 570 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 633 YYParseState *save; in YYPARSE_DECL() local 640 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | error.tab.c | 304 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) 535 yyps->save = 0; in YYPARSE_DECL() 573 if (yyps->save) in YYPARSE_DECL() 575 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 638 YYParseState *save; in YYPARSE_DECL() local 645 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | inherit0.tab.c | 341 struct YYParseState_s *save; /* Previously saved parser state */ member 400 #define yytrial (yyps->save) 520 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 521 #define YYVALID_NESTED do { if (yyps->save && \ 522 yyps->save->save == 0) goto yyvalid; } while(0) 554 yyps->save = 0; in YYPARSE_DECL() 592 if (yyps->save) in YYPARSE_DECL() 594 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 657 YYParseState *save; in YYPARSE_DECL() local 664 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | pure_error.tab.c | 305 struct YYParseState_s *save; /* Previously saved parser state */ member 345 #define yytrial (yyps->save) 465 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 466 #define YYVALID_NESTED do { if (yyps->save && \ 467 yyps->save->save == 0) goto yyvalid; } while(0) 560 yyps->save = 0; in YYPARSE_DECL() 598 if (yyps->save) in YYPARSE_DECL() 600 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 663 YYParseState *save; in YYPARSE_DECL() local 670 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | err_syntax12.tab.c | 311 struct YYParseState_s *save; /* Previously saved parser state */ member 388 #define yytrial (yyps->save) 508 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 509 #define YYVALID_NESTED do { if (yyps->save && \ 510 yyps->save->save == 0) goto yyvalid; } while(0) 542 yyps->save = 0; in YYPARSE_DECL() 580 if (yyps->save) in YYPARSE_DECL() 582 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 645 YYParseState *save; in YYPARSE_DECL() local 652 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | code_calc.code.c | 287 struct YYParseState_s *save; /* Previously saved parser state */ member 388 #define yytrial (yyps->save) 508 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 509 #define YYVALID_NESTED do { if (yyps->save && \ 510 yyps->save->save == 0) goto yyvalid; } while(0) 542 yyps->save = 0; in YYPARSE_DECL() 580 if (yyps->save) in YYPARSE_DECL() 582 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 645 YYParseState *save; in YYPARSE_DECL() local 652 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | err_syntax11.tab.c | 305 struct YYParseState_s *save; /* Previously saved parser state */ member 382 #define yytrial (yyps->save) 502 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 503 #define YYVALID_NESTED do { if (yyps->save && \ 504 yyps->save->save == 0) goto yyvalid; } while(0) 536 yyps->save = 0; in YYPARSE_DECL() 574 if (yyps->save) in YYPARSE_DECL() 576 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 639 YYParseState *save; in YYPARSE_DECL() local 646 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | err_syntax18.tab.c | 308 struct YYParseState_s *save; /* Previously saved parser state */ member 385 #define yytrial (yyps->save) 505 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 506 #define YYVALID_NESTED do { if (yyps->save && \ 507 yyps->save->save == 0) goto yyvalid; } while(0) 539 yyps->save = 0; in YYPARSE_DECL() 577 if (yyps->save) in YYPARSE_DECL() 579 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 642 YYParseState *save; in YYPARSE_DECL() local 649 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | err_syntax20.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) 534 yyps->save = 0; in YYPARSE_DECL() 572 if (yyps->save) in YYPARSE_DECL() 574 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 637 YYParseState *save; in YYPARSE_DECL() local 644 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | inherit1.tab.c | 362 struct YYParseState_s *save; /* Previously saved parser state */ member 421 #define yytrial (yyps->save) 541 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 542 #define YYVALID_NESTED do { if (yyps->save && \ 543 yyps->save->save == 0) goto yyvalid; } while(0) 575 yyps->save = 0; in YYPARSE_DECL() 613 if (yyps->save) in YYPARSE_DECL() 615 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 678 YYParseState *save; in YYPARSE_DECL() local 685 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | inherit2.tab.c | 369 struct YYParseState_s *save; /* Previously saved parser state */ member 476 #define yytrial (yyps->save) 596 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 597 #define YYVALID_NESTED do { if (yyps->save && \ 598 yyps->save->save == 0) goto yyvalid; } while(0) 630 yyps->save = 0; in YYPARSE_DECL() 668 if (yyps->save) in YYPARSE_DECL() 670 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 733 YYParseState *save; in YYPARSE_DECL() local 740 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | err_inherit3.tab.c | 370 struct YYParseState_s *save; /* Previously saved parser state */ member 477 #define yytrial (yyps->save) 597 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 598 #define YYVALID_NESTED do { if (yyps->save && \ 599 yyps->save->save == 0) goto yyvalid; } while(0) 631 yyps->save = 0; in YYPARSE_DECL() 669 if (yyps->save) in YYPARSE_DECL() 671 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 734 YYParseState *save; in YYPARSE_DECL() local 741 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | err_inherit4.tab.c | 389 struct YYParseState_s *save; /* Previously saved parser state */ member 475 #define yytrial (yyps->save) 595 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 596 #define YYVALID_NESTED do { if (yyps->save && \ 597 yyps->save->save == 0) goto yyvalid; } while(0) 629 yyps->save = 0; in YYPARSE_DECL() 667 if (yyps->save) in YYPARSE_DECL() 669 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 732 YYParseState *save; in YYPARSE_DECL() local 739 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | btyacc_destroy1.tab.c | 437 struct YYParseState_s *save; /* Previously saved parser state */ member 520 #define yytrial (yyps->save) 640 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 641 #define YYVALID_NESTED do { if (yyps->save && \ 642 yyps->save->save == 0) goto yyvalid; } while(0) 674 yyps->save = 0; in YYPARSE_DECL() 712 if (yyps->save) in YYPARSE_DECL() 714 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 777 YYParseState *save; in YYPARSE_DECL() local 784 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | calc.tab.c | 418 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) 669 yyps->save = 0; in YYPARSE_DECL() 707 if (yyps->save) in YYPARSE_DECL() 709 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 772 YYParseState *save; in YYPARSE_DECL() local 779 save = yypath; in YYPARSE_DECL() [all …]
|
H A D | calc2.tab.c | 420 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) 682 yyps->save = 0; in YYPARSE_DECL() 720 if (yyps->save) in YYPARSE_DECL() 722 /* in trial mode; save scanner results for future parse attempts */ in YYPARSE_DECL() 785 YYParseState *save; in YYPARSE_DECL() local 792 save = yypath; in YYPARSE_DECL() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | StringSaver.h | 29 // All returned strings are null-terminated: *save(S).end() == 0. 30 StringRef save(const char *S) { return save(StringRef(S)); } in save() function 31 StringRef save(StringRef S); 32 StringRef save(const Twine &S); in save() function 33 StringRef save(const std::string &S) { return save(StringRef(S)); } in save() function 51 // All returned strings are null-terminated: *save(S).end() == 0. 52 StringRef save(const char *S) { return save(StringRe function 54 StringRef save(const Twine &S) { return save(StringRef(S.str())); } save() function 55 StringRef save(const std::string &S) { return save(StringRef(S)); } save() function [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ShrinkWrap.cpp | 11 // The safe point for the prologue (resp. epilogue) is called Save 15 // between 2) two executions of the Save (resp. Restore) point there is an 16 // execution of the Restore (resp. Save) point. 20 // Save 24 // Indeed, the execution looks like Save -> Restore -> Save -> Restore ... 27 // Save 34 // Indeed, the execution looks like Save -> Save -> ... -> Restore -> Restore. 123 MachineBasicBlock *Save = nullptr; member in __anon8a4a73dd0111::ShrinkWrap 134 /// Hold the loop information. Used to determine if Save and Restore 173 /// after Save and before Restore. [all …]
|