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

12

/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Drename_debug.c211 static YYINT *yylexemes = 0; variable
445 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
456 yylexp = yylexemes + p;
557 if (!yylexemes)
559 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
560 if (yylexemes == NULL) goto yyenomem;
576 yylexp = yylexemes;
713 yylexp = yylexemes + save->lexeme;
744 yylexp = yylexemes
[all...]
H A Dbtyacc_destroy1.tab.c485 static YYINT *yylexemes = 0; variable
721 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
732 yylexp = yylexemes + p;
833 if (!yylexemes)
835 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
836 if (yylexemes == NULL) goto yyenomem;
852 yylexp = yylexemes;
989 yylexp = yylexemes + save->lexeme;
1020 yylexp = yylexemes
[all...]
H A Dbtyacc_destroy2.tab.c485 static YYINT *yylexemes = 0; variable
721 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
732 yylexp = yylexemes + p;
833 if (!yylexemes)
835 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
836 if (yylexemes == NULL) goto yyenomem;
852 yylexp = yylexemes;
989 yylexp = yylexemes + save->lexeme;
1020 yylexp = yylexemes
[all...]
H A Dbtyacc_destroy3.tab.c485 static YYINT *yylexemes = 0; variable
721 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
732 yylexp = yylexemes + p;
833 if (!yylexemes)
835 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
836 if (yylexemes == NULL) goto yyenomem;
852 yylexp = yylexemes;
989 yylexp = yylexemes + save->lexeme;
1020 yylexp = yylexemes
[all...]
H A Dcalc.tab.c466 static YYINT *yylexemes = 0; variable
716 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
727 yylexp = yylexemes + p;
828 if (!yylexemes)
830 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
831 if (yylexemes == NULL) goto yyenomem;
847 yylexp = yylexemes;
984 yylexp = yylexemes + save->lexeme;
1015 yylexp = yylexemes
[all...]
H A Dcalc1.tab.c521 static YYINT *yylexemes = 0; variable
860 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
871 yylexp = yylexemes + p;
972 if (!yylexemes)
974 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
975 if (yylexemes == NULL) goto yyenomem;
991 yylexp = yylexemes;
1128 yylexp = yylexemes + save->lexeme;
1159 yylexp = yylexemes
[all...]
H A Dcalc2.tab.c468 static YYINT *yylexemes = 0; variable
729 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
740 yylexp = yylexemes + p;
841 if (!yylexemes)
843 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
844 if (yylexemes == NULL) goto yyenomem;
860 yylexp = yylexemes;
997 yylexp = yylexemes + save->lexeme;
1028 yylexp = yylexemes
[all...]
H A Dcalc3.tab.c659 static YYINT *yylexemes = 0; local
743 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
754 yylexp = yylexemes + p;
855 if (!yylexemes)
857 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
858 if (yylexemes == NULL) goto yyenomem;
874 yylexp = yylexemes;
1011 yylexp = yylexemes + save->lexeme;
1042 yylexp = yylexemes
[all...]
H A Dcalc_code_all.tab.c478 static YYINT *yylexemes = 0; variable
744 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
755 yylexp = yylexemes + p;
856 if (!yylexemes)
858 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
859 if (yylexemes == NULL) goto yyenomem;
875 yylexp = yylexemes;
1012 yylexp = yylexemes + save->lexeme;
1043 yylexp = yylexemes
[all...]
H A Dcalc_code_default.tab.c466 static YYINT *yylexemes = 0; variable
724 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
735 yylexp = yylexemes + p;
836 if (!yylexemes)
838 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
839 if (yylexemes == NULL) goto yyenomem;
855 yylexp = yylexemes;
992 yylexp = yylexemes + save->lexeme;
1023 yylexp = yylexemes
[all...]
H A Dcalc_code_imports.tab.c466 static YYINT *yylexemes = 0; variable
716 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
727 yylexp = yylexemes + p;
828 if (!yylexemes)
830 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
831 if (yylexemes == NULL) goto yyenomem;
847 yylexp = yylexemes;
984 yylexp = yylexemes + save->lexeme;
1015 yylexp = yylexemes
[all...]
H A Dcalc_code_provides.tab.c466 static YYINT *yylexemes = 0; variable
724 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
735 yylexp = yylexemes + p;
836 if (!yylexemes)
838 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
839 if (yylexemes == NULL) goto yyenomem;
855 yylexp = yylexemes;
992 yylexp = yylexemes + save->lexeme;
1023 yylexp = yylexemes
[all...]
H A Dcalc_code_requires.tab.c474 static YYINT *yylexemes = 0; variable
724 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
735 yylexp = yylexemes + p;
836 if (!yylexemes)
838 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
839 if (yylexemes == NULL) goto yyenomem;
855 yylexp = yylexemes;
992 yylexp = yylexemes + save->lexeme;
1023 yylexp = yylexemes
[all...]
H A Dcalc_code_top.tab.c474 static YYINT *yylexemes = 0; variable
724 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
735 yylexp = yylexemes + p;
836 if (!yylexemes)
838 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
839 if (yylexemes == NULL) goto yyenomem;
855 yylexp = yylexemes;
992 yylexp = yylexemes + save->lexeme;
1023 yylexp = yylexemes
[all...]
H A Dcode_calc.code.c335 static YYINT *yylexemes = 0; variable
589 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
600 yylexp = yylexemes + p;
701 if (!yylexemes)
703 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
704 if (yylexemes == NULL) goto yyenomem;
720 yylexp = yylexemes;
857 yylexp = yylexemes + save->lexeme;
888 yylexp = yylexemes
[all...]
H A Dcode_error.code.c325 static YYINT *yylexemes = 0; variable
559 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
570 yylexp = yylexemes + p;
671 if (!yylexemes)
673 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
674 if (yylexemes == NULL) goto yyenomem;
690 yylexp = yylexemes;
827 yylexp = yylexemes + save->lexeme;
858 yylexp = yylexemes
[all...]
H A Ddefines1.calc.c373 static YYINT *yylexemes = 0; variable
623 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
634 yylexp = yylexemes + p;
735 if (!yylexemes)
737 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
738 if (yylexemes == NULL) goto yyenomem;
754 yylexp = yylexemes;
891 yylexp = yylexemes + save->lexeme;
922 yylexp = yylexemes
[all...]
H A Ddefines2.calc.c373 static YYINT *yylexemes = 0; variable
623 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
634 yylexp = yylexemes + p;
735 if (!yylexemes)
737 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
738 if (yylexemes == NULL) goto yyenomem;
754 yylexp = yylexemes;
891 yylexp = yylexemes + save->lexeme;
922 yylexp = yylexemes
[all...]
H A Ddefines3.calc.c373 static YYINT *yylexemes = 0; variable
623 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
634 yylexp = yylexemes + p;
735 if (!yylexemes)
737 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
738 if (yylexemes == NULL) goto yyenomem;
754 yylexp = yylexemes;
891 yylexp = yylexemes + save->lexeme;
922 yylexp = yylexemes
[all...]
H A Dempty.tab.c357 static YYINT *yylexemes = 0; variable
578 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
589 yylexp = yylexemes + p;
690 if (!yylexemes)
692 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
693 if (yylexemes == NULL) goto yyenomem;
709 yylexp = yylexemes;
846 yylexp = yylexemes + save->lexeme;
877 yylexp = yylexemes
[all...]
H A Derr_inherit3.tab.c418 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_inherit4.tab.c437 static YYINT *yylexemes = 0; variable
676 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
687 yylexp = yylexemes + p;
788 if (!yylexemes)
790 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
791 if (yylexemes == NULL) goto yyenomem;
807 yylexp = yylexemes;
944 yylexp = yylexemes + save->lexeme;
975 yylexp = yylexemes
[all...]
H A Derr_syntax10.tab.c347 static YYINT *yylexemes = 0; variable
577 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
588 yylexp = yylexemes + p;
689 if (!yylexemes)
691 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
692 if (yylexemes == NULL) goto yyenomem;
708 yylexp = yylexemes;
845 yylexp = yylexemes + save->lexeme;
876 yylexp = yylexemes
[all...]
H A Derr_syntax11.tab.c353 static YYINT *yylexemes = 0; variable
583 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
594 yylexp = yylexemes + p;
695 if (!yylexemes)
697 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
698 if (yylexemes == NULL) goto yyenomem;
714 yylexp = yylexemes;
851 yylexp = yylexemes + save->lexeme;
882 yylexp = yylexemes
[all...]
H A Derr_syntax12.tab.c359 static YYINT *yylexemes = 0; variable
589 if ((yylexemes = (YYINT *)realloc(yylexemes, s * sizeof(YYINT))) == NULL) goto yyenomem;
600 yylexp = yylexemes + p;
701 if (!yylexemes)
703 yylexemes = (YYINT *) malloc((YYLVQUEUEGROWTH) * sizeof(YYINT));
704 if (yylexemes == NULL) goto yyenomem;
720 yylexp = yylexemes;
857 yylexp = yylexemes + save->lexeme;
888 yylexp = yylexemes
[all...]

Completed in 263 milliseconds

12