Home
last modified time | relevance | path

Searched refs:yyps (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/contrib/byacc/test/btyacc/
H A Drename_debug.c177 static YYParseState *yyps = 0; variable
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)
397 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
398 yyps->save = 0; in YYPARSE_DECL()
436 if (yyps->save) in YYPARSE_DECL()
525 if (yyps->save) in YYPARSE_DECL()
533 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dbtyacc_destroy1.tab.c451 static YYParseState *yyps = 0; variable
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)
673 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
674 yyps->save = 0; in YYPARSE_DECL()
712 if (yyps->save) in YYPARSE_DECL()
801 if (yyps->save) in YYPARSE_DECL()
809 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dcalc.tab.c432 static YYParseState *yyps = 0; variable
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)
668 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
669 yyps->save = 0; in YYPARSE_DECL()
707 if (yyps->save) in YYPARSE_DECL()
796 if (yyps->save) in YYPARSE_DECL()
804 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dcalc2.tab.c434 static YYParseState *yyps = 0; variable
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)
681 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
682 yyps->save = 0; in YYPARSE_DECL()
720 if (yyps->save) in YYPARSE_DECL()
809 if (yyps->save) in YYPARSE_DECL()
817 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Derror.tab.c318 static YYParseState *yyps = 0; variable
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)
534 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
535 yyps->save = 0; in YYPARSE_DECL()
573 if (yyps->save) in YYPARSE_DECL()
662 if (yyps->save) in YYPARSE_DECL()
670 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dinherit0.tab.c355 static YYParseState *yyps = 0; variable
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)
553 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
554 yyps->save = 0; in YYPARSE_DECL()
592 if (yyps->save) in YYPARSE_DECL()
681 if (yyps->save) in YYPARSE_DECL()
689 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dpure_calc.tab.c477 #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)
621 static YYParseState *yyps = 0; in YYPARSE_DECL() local
691 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
692 yyps->save = 0; in YYPARSE_DECL()
730 if (yyps->save) in YYPARSE_DECL()
819 if (yyps->save) in YYPARSE_DECL()
827 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dpure_error.tab.c345 #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)
489 static YYParseState *yyps = 0; in YYPARSE_DECL() local
559 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
560 yyps->save = 0; in YYPARSE_DECL()
598 if (yyps->save) in YYPARSE_DECL()
687 if (yyps->save) in YYPARSE_DECL()
695 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dquote_calc2-s.tab.c451 static YYParseState *yyps = 0; variable
533 #define yytrial (yyps->save)
653 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
654 #define YYVALID_NESTED do { if (yyps->save && \
655 yyps->save->save == 0) goto yyvalid; } while(0)
686 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
687 yyps->save = 0; in YYPARSE_DECL()
725 if (yyps->save) in YYPARSE_DECL()
814 if (yyps->save) in YYPARSE_DECL()
822 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dquote_calc4-s.tab.c452 static YYParseState *yyps = 0; variable
534 #define yytrial (yyps->save)
654 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
655 #define YYVALID_NESTED do { if (yyps->save && \
656 yyps->save->save == 0) goto yyvalid; } while(0)
687 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
688 yyps->save = 0; in YYPARSE_DECL()
726 if (yyps->save) in YYPARSE_DECL()
815 if (yyps->save) in YYPARSE_DECL()
823 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dstdin1.calc.c339 static YYParseState *yyps = 0; variable
422 #define yytrial (yyps->save)
542 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
543 #define YYVALID_NESTED do { if (yyps->save && \
544 yyps->save->save == 0) goto yyvalid; } while(0)
575 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
576 yyps->save = 0; in YYPARSE_DECL()
614 if (yyps->save) in YYPARSE_DECL()
703 if (yyps->save) in YYPARSE_DECL()
711 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dstdin2.calc.c339 static YYParseState *yyps = 0; variable
422 #define yytrial (yyps->save)
542 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
543 #define YYVALID_NESTED do { if (yyps->save && \
544 yyps->save->save == 0) goto yyvalid; } while(0)
575 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
576 yyps->save = 0; in YYPARSE_DECL()
614 if (yyps->save) in YYPARSE_DECL()
703 if (yyps->save) in YYPARSE_DECL()
711 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dquote_calc4.tab.c452 static YYParseState *yyps = 0; variable
534 #define yytrial (yyps->save)
654 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
655 #define YYVALID_NESTED do { if (yyps->save && \
656 yyps->save->save == 0) goto yyvalid; } while(0)
687 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
688 yyps->save = 0; in YYPARSE_DECL()
726 if (yyps->save) in YYPARSE_DECL()
815 if (yyps->save) in YYPARSE_DECL()
823 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dcalc_code_all.tab.c444 static YYParseState *yyps = 0; variable
543 #define yytrial (yyps->save)
663 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
664 #define YYVALID_NESTED do { if (yyps->save && \
665 yyps->save->save == 0) goto yyvalid; } while(0)
696 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
697 yyps->save = 0; in YYPARSE_DECL()
735 if (yyps->save) in YYPARSE_DECL()
824 if (yyps->save) in YYPARSE_DECL()
832 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dcalc_code_default.tab.c432 static YYParseState *yyps = 0; variable
523 #define yytrial (yyps->save)
643 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
644 #define YYVALID_NESTED do { if (yyps->save && \
645 yyps->save->save == 0) goto yyvalid; } while(0)
676 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
677 yyps->save = 0; in YYPARSE_DECL()
715 if (yyps->save) in YYPARSE_DECL()
804 if (yyps->save) in YYPARSE_DECL()
812 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dcalc_code_imports.tab.c432 static YYParseState *yyps = 0; variable
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)
668 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
669 yyps->save = 0; in YYPARSE_DECL()
707 if (yyps->save) in YYPARSE_DECL()
796 if (yyps->save) in YYPARSE_DECL()
804 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dcalc_code_requires.tab.c440 static YYParseState *yyps = 0; variable
523 #define yytrial (yyps->save)
643 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
644 #define YYVALID_NESTED do { if (yyps->save && \
645 yyps->save->save == 0) goto yyvalid; } while(0)
676 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
677 yyps->save = 0; in YYPARSE_DECL()
715 if (yyps->save) in YYPARSE_DECL()
804 if (yyps->save) in YYPARSE_DECL()
812 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Ddefines1.calc.c339 static YYParseState *yyps = 0; variable
422 #define yytrial (yyps->save)
542 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
543 #define YYVALID_NESTED do { if (yyps->save && \
544 yyps->save->save == 0) goto yyvalid; } while(0)
575 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
576 yyps->save = 0; in YYPARSE_DECL()
614 if (yyps->save) in YYPARSE_DECL()
703 if (yyps->save) in YYPARSE_DECL()
711 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Ddefines2.calc.c339 static YYParseState *yyps = 0; variable
422 #define yytrial (yyps->save)
542 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
543 #define YYVALID_NESTED do { if (yyps->save && \
544 yyps->save->save == 0) goto yyvalid; } while(0)
575 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
576 yyps->save = 0; in YYPARSE_DECL()
614 if (yyps->save) in YYPARSE_DECL()
703 if (yyps->save) in YYPARSE_DECL()
711 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dempty.tab.c323 static YYParseState *yyps = 0; variable
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)
530 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
531 yyps->save = 0; in YYPARSE_DECL()
569 if (yyps->save) in YYPARSE_DECL()
658 if (yyps->save) in YYPARSE_DECL()
666 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Derr_syntax12.tab.c325 static YYParseState *yyps = 0; variable
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)
541 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
542 yyps->save = 0; in YYPARSE_DECL()
580 if (yyps->save) in YYPARSE_DECL()
669 if (yyps->save) in YYPARSE_DECL()
677 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dquote_calc-s.tab.c451 static YYParseState *yyps = 0; variable
533 #define yytrial (yyps->save)
653 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
654 #define YYVALID_NESTED do { if (yyps->save && \
655 yyps->save->save == 0) goto yyvalid; } while(0)
686 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
687 yyps->save = 0; in YYPARSE_DECL()
725 if (yyps->save) in YYPARSE_DECL()
814 if (yyps->save) in YYPARSE_DECL()
822 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dquote_calc.tab.c457 static YYParseState *yyps = 0; variable
539 #define yytrial (yyps->save)
659 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
660 #define YYVALID_NESTED do { if (yyps->save && \
661 yyps->save->save == 0) goto yyvalid; } while(0)
692 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
693 yyps->save = 0; in YYPARSE_DECL()
731 if (yyps->save) in YYPARSE_DECL()
820 if (yyps->save) in YYPARSE_DECL()
828 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dquote_calc2.tab.c457 static YYParseState *yyps = 0; variable
539 #define yytrial (yyps->save)
659 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
660 #define YYVALID_NESTED do { if (yyps->save && \
661 yyps->save->save == 0) goto yyvalid; } while(0)
692 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
693 yyps->save = 0; in YYPARSE_DECL()
731 if (yyps->save) in YYPARSE_DECL()
820 if (yyps->save) in YYPARSE_DECL()
828 save->save = yyps->save; in YYPARSE_DECL()
[all …]
H A Dquote_calc3-s.tab.c452 static YYParseState *yyps = 0; variable
534 #define yytrial (yyps->save)
654 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
655 #define YYVALID_NESTED do { if (yyps->save && \
656 yyps->save->save == 0) goto yyvalid; } while(0)
687 yyps = yyNewState(0); if (yyps == 0) goto yyenomem; in YYPARSE_DECL()
688 yyps->save = 0; in YYPARSE_DECL()
726 if (yyps->save) in YYPARSE_DECL()
815 if (yyps->save) in YYPARSE_DECL()
823 save->save = yyps->save; in YYPARSE_DECL()
[all …]

123