Searched refs:yylexemes (Results 26 - 49 of 49) sorted by relevance

12

/netbsd-current/external/bsd/byacc/dist/test/btyacc/
H A Dquote_calc2.tab.c493 static YYINT *yylexemes = 0; variable
742 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
753 yylexp = yylexemes + p;
854 if (!yylexemes)
856 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
857 if (yylexemes == NULL) goto yyenomem;
873 yylexp = yylexemes;
1010 yylexp = yylexemes + save->lexeme;
1041 yylexp = yylexemes
[all...]
H A Dquote_calc.tab.c493 static YYINT *yylexemes = 0; variable
742 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
753 yylexp = yylexemes + p;
854 if (!yylexemes)
856 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
857 if (yylexemes == NULL) goto yyenomem;
873 yylexp = yylexemes;
1010 yylexp = yylexemes + save->lexeme;
1041 yylexp = yylexemes
[all...]
H A Dquote_calc2-s.tab.c487 static YYINT *yylexemes = 0; variable
736 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
747 yylexp = yylexemes + p;
848 if (!yylexemes)
850 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
851 if (yylexemes == NULL) goto yyenomem;
867 yylexp = yylexemes;
1004 yylexp = yylexemes + save->lexeme;
1035 yylexp = yylexemes
[all...]
H A Dquote_calc-s.tab.c487 static YYINT *yylexemes = 0; variable
736 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
747 yylexp = yylexemes + p;
848 if (!yylexemes)
850 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
851 if (yylexemes == NULL) goto yyenomem;
867 yylexp = yylexemes;
1004 yylexp = yylexemes + save->lexeme;
1035 yylexp = yylexemes
[all...]
H A Dpure_calc.tab.c657 static YYINT *yylexemes = 0; local
741 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
752 yylexp = yylexemes + p;
853 if (!yylexemes)
855 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
856 if (yylexemes == NULL) goto yyenomem;
872 yylexp = yylexemes;
1009 yylexp = yylexemes + save->lexeme;
1040 yylexp = yylexemes
[all...]
H A Dpure_error.tab.c525 static YYINT *yylexemes = 0; local
609 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
620 yylexp = yylexemes + p;
721 if (!yylexemes)
723 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
724 if (yylexemes == NULL) goto yyenomem;
740 yylexp = yylexemes;
877 yylexp = yylexemes + save->lexeme;
908 yylexp = yylexemes
[all...]
H A Ddefines2.calc.c375 static YYINT *yylexemes = 0; variable
625 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
636 yylexp = yylexemes + p;
737 if (!yylexemes)
739 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
740 if (yylexemes == NULL) goto yyenomem;
756 yylexp = yylexemes;
893 yylexp = yylexemes + save->lexeme;
924 yylexp = yylexemes
[all...]
H A Ddefines3.calc.c375 static YYINT *yylexemes = 0; variable
625 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
636 yylexp = yylexemes + p;
737 if (!yylexemes)
739 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
740 if (yylexemes == NULL) goto yyenomem;
756 yylexp = yylexemes;
893 yylexp = yylexemes + save->lexeme;
924 yylexp = yylexemes
[all...]
H A Dinherit2.tab.c419 static YYINT *yylexemes = 0; variable
679 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
690 yylexp = yylexemes + p;
791 if (!yylexemes)
793 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
794 if (yylexemes == NULL) goto yyenomem;
810 yylexp = yylexemes;
947 yylexp = yylexemes + save->lexeme;
978 yylexp = yylexemes
[all...]
H A Dinherit1.tab.c412 static YYINT *yylexemes = 0; variable
624 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
635 yylexp = yylexemes + p;
736 if (!yylexemes)
738 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
739 if (yylexemes == NULL) goto yyenomem;
755 yylexp = yylexemes;
892 yylexp = yylexemes + save->lexeme;
923 yylexp = yylexemes
[all...]
H A Dinherit0.tab.c391 static YYINT *yylexemes = 0; variable
603 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
614 yylexp = yylexemes + p;
715 if (!yylexemes)
717 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
718 if (yylexemes == NULL) goto yyenomem;
734 yylexp = yylexemes;
871 yylexp = yylexemes + save->lexeme;
902 yylexp = yylexemes
[all...]
H A Derror.tab.c354 static YYINT *yylexemes = 0; variable
584 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
595 yylexp = yylexemes + p;
696 if (!yylexemes)
698 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
699 if (yylexemes == NULL) goto yyenomem;
715 yylexp = yylexemes;
852 yylexp = yylexemes + save->lexeme;
883 yylexp = yylexemes
[all...]
H A Derr_syntax12.tab.c361 static YYINT *yylexemes = 0; variable
591 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
602 yylexp = yylexemes + p;
703 if (!yylexemes)
705 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
706 if (yylexemes == NULL) goto yyenomem;
722 yylexp = yylexemes;
859 yylexp = yylexemes + save->lexeme;
890 yylexp = yylexemes
[all...]
H A Derr_syntax18.tab.c358 static YYINT *yylexemes = 0; variable
588 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
599 yylexp = yylexemes + p;
700 if (!yylexemes)
702 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
703 if (yylexemes == NULL) goto yyenomem;
719 yylexp = yylexemes;
856 yylexp = yylexemes + save->lexeme;
887 yylexp = yylexemes
[all...]
H A Derr_syntax11.tab.c355 static YYINT *yylexemes = 0; variable
585 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
596 yylexp = yylexemes + p;
697 if (!yylexemes)
699 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
700 if (yylexemes == NULL) goto yyenomem;
716 yylexp = yylexemes;
853 yylexp = yylexemes + save->lexeme;
884 yylexp = yylexemes
[all...]
H A Derr_inherit4.tab.c439 static YYINT *yylexemes = 0; variable
678 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
689 yylexp = yylexemes + p;
790 if (!yylexemes)
792 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
793 if (yylexemes == NULL) goto yyenomem;
809 yylexp = yylexemes;
946 yylexp = yylexemes + save->lexeme;
977 yylexp = yylexemes
[all...]
H A Derr_inherit3.tab.c420 static YYINT *yylexemes = 0; variable
680 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
691 yylexp = yylexemes + p;
792 if (!yylexemes)
794 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
795 if (yylexemes == NULL) goto yyenomem;
811 yylexp = yylexemes;
948 yylexp = yylexemes + save->lexeme;
979 yylexp = yylexemes
[all...]
H A Derr_syntax10.tab.c349 static YYINT *yylexemes = 0; variable
579 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
590 yylexp = yylexemes + p;
691 if (!yylexemes)
693 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
694 if (yylexemes == NULL) goto yyenomem;
710 yylexp = yylexemes;
847 yylexp = yylexemes + save->lexeme;
878 yylexp = yylexemes
[all...]
H A Dempty.tab.c359 static YYINT *yylexemes = 0; variable
580 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
591 yylexp = yylexemes + p;
692 if (!yylexemes)
694 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
695 if (yylexemes == NULL) goto yyenomem;
711 yylexp = yylexemes;
848 yylexp = yylexemes + save->lexeme;
879 yylexp = yylexemes
[all...]
H A Dvarsyntax_calc1.tab.c524 static YYINT *yylexemes = 0; variable
863 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
874 yylexp = yylexemes + p;
975 if (!yylexemes)
977 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
978 if (yylexemes == NULL) goto yyenomem;
994 yylexp = yylexemes;
1131 yylexp = yylexemes + save->lexeme;
1162 yylexp = yylexemes
[all...]
H A Dbtyacc_demo.tab.c638 static YYINT *yylexemes = 0; variable
1391 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
1402 yylexp = yylexemes + p;
1503 if (!yylexemes)
1505 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
1506 if (yylexemes == NULL) goto yyenomem;
1522 yylexp = yylexemes;
1659 yylexp = yylexemes + save->lexeme;
1690 yylexp = yylexemes
[all...]
H A Dexpr.oxout.tab.c475 static YYINT *yylexemes = 0; variable
2004 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
2015 yylexp = yylexemes + p;
2116 if (!yylexemes)
2118 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
2119 if (yylexemes == NULL) goto yyenomem;
2135 yylexp = yylexemes;
2272 yylexp = yylexemes + save->lexeme;
2303 yylexp = yylexemes
[all...]
H A Dbtyacc_calc1.tab.c804 static YYINT *yylexemes = 0; local
888 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
899 yylexp = yylexemes + p;
1000 if (!yylexemes)
1002 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
1003 if (yylexemes == NULL) goto yyenomem;
1019 yylexp = yylexemes;
1156 yylexp = yylexemes + save->lexeme;
1187 yylexp = yylexemes
[all...]
H A Dgrammar.tab.c1179 static YYINT *yylexemes = 0; variable
1558 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
1569 yylexp = yylexemes + p;
1670 if (!yylexemes)
1672 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
1673 if (yylexemes == NULL) goto yyenomem;
1689 yylexp = yylexemes;
1826 yylexp = yylexemes + save->lexeme;
1857 yylexp = yylexemes
[all...]

Completed in 300 milliseconds

12