Home
last modified time | relevance | path

Searched refs:yylpsns (Results 1 – 25 of 39) sorted by relevance

12

/minix/external/bsd/byacc/dist/test/btyacc/
H A Dcode_debug.c193 static YYLTYPE *yylpsns = 0; variable
440 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
445 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
446 yylplim = yylpsns + s; in YYPARSE_DECL()
559 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
567 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
695 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
952 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
958 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
959 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Dcode_error.code.c307 static YYLTYPE *yylpsns = 0; variable
554 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
559 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
560 yylplim = yylpsns + s; in YYPARSE_DECL()
673 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
681 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
809 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1066 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1072 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1073 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Dempty.tab.c339 static YYLTYPE *yylpsns = 0; variable
573 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
578 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
579 yylplim = yylpsns + s; in YYPARSE_DECL()
692 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
700 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
828 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1085 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1091 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1092 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Derr_syntax20.tab.c333 static YYLTYPE *yylpsns = 0; variable
576 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
581 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
582 yylplim = yylpsns + s; in YYPARSE_DECL()
695 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
703 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
831 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1093 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1099 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1100 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Derror.tab.c334 static YYLTYPE *yylpsns = 0; variable
577 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
582 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
583 yylplim = yylpsns + s; in YYPARSE_DECL()
696 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
704 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
832 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1089 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1095 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1096 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Derr_syntax10.tab.c329 static YYLTYPE *yylpsns = 0; variable
572 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
577 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
578 yylplim = yylpsns + s; in YYPARSE_DECL()
691 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
699 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
827 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1084 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1090 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1091 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Derr_syntax11.tab.c335 static YYLTYPE *yylpsns = 0; variable
578 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
583 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
584 yylplim = yylpsns + s; in YYPARSE_DECL()
697 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
705 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
833 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1090 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1096 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1097 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Derr_syntax12.tab.c341 static YYLTYPE *yylpsns = 0; variable
584 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
589 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
590 yylplim = yylpsns + s; in YYPARSE_DECL()
703 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
711 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
839 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1096 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1102 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1103 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Derr_syntax18.tab.c338 static YYLTYPE *yylpsns = 0; variable
581 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
586 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
587 yylplim = yylpsns + s; in YYPARSE_DECL()
700 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
708 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
836 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1098 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1104 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1105 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Drename_debug.c193 static YYLTYPE *yylpsns = 0; variable
440 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
445 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
446 yylplim = yylpsns + s; in YYPARSE_DECL()
559 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
567 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
695 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
952 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
958 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
959 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Dinherit1.tab.c392 static YYLTYPE *yylpsns = 0; variable
617 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
622 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
623 yylplim = yylpsns + s; in YYPARSE_DECL()
736 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
744 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
872 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1178 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1184 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1185 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Dinherit2.tab.c400 static YYLTYPE *yylpsns = 0; variable
673 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
678 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
679 yylplim = yylpsns + s; in YYPARSE_DECL()
792 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
800 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
928 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1242 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1248 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1249 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Dok_syntax1.tab.c664 static YYLTYPE *yylpsns = 0; in YYPARSE_DECL() local
752 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
757 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
758 yylplim = yylpsns + s; in YYPARSE_DECL()
871 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
879 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
1007 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1325 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1331 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1332 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Dpure_calc.tab.c637 static YYLTYPE *yylpsns = 0; in YYPARSE_DECL() local
725 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
730 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
731 yylplim = yylpsns + s; in YYPARSE_DECL()
844 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
852 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
980 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1298 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1304 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1305 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Dquote_calc2-s.tab.c467 static YYLTYPE *yylpsns = 0; variable
729 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
734 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
735 yylplim = yylpsns + s; in YYPARSE_DECL()
848 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
856 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
984 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1302 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1308 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1309 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Dbtyacc_destroy3.tab.c467 static YYLTYPE *yylpsns = 0; variable
716 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
721 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
722 yylplim = yylpsns + s; in YYPARSE_DECL()
835 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
843 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
971 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1278 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1284 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1285 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Dcalc2.tab.c450 static YYLTYPE *yylpsns = 0; variable
724 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
729 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
730 yylplim = yylpsns + s; in YYPARSE_DECL()
843 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
851 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
979 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1297 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1303 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1304 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Dcalc3.tab.c641 static YYLTYPE *yylpsns = 0; in YYPARSE_DECL() local
729 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
734 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
735 yylplim = yylpsns + s; in YYPARSE_DECL()
848 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
856 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
984 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1302 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1308 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1309 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Dcode_calc.code.c315 static YYLTYPE *yylpsns = 0; variable
582 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
587 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
588 yylplim = yylpsns + s; in YYPARSE_DECL()
701 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
709 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
837 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1155 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1161 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1162 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Dbtyacc_destroy1.tab.c467 static YYLTYPE *yylpsns = 0; variable
716 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
721 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
722 yylplim = yylpsns + s; in YYPARSE_DECL()
835 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
843 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
971 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1278 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1284 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1285 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Dbtyacc_destroy2.tab.c467 static YYLTYPE *yylpsns = 0; variable
716 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
721 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
722 yylplim = yylpsns + s; in YYPARSE_DECL()
835 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
843 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
971 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1278 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1284 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1285 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Dcalc.tab.c448 static YYLTYPE *yylpsns = 0; variable
711 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
716 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
717 yylplim = yylpsns + s; in YYPARSE_DECL()
830 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
838 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
966 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1284 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1290 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1291 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Derr_inherit3.tab.c400 static YYLTYPE *yylpsns = 0; variable
673 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
678 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
679 yylplim = yylpsns + s; in YYPARSE_DECL()
792 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
800 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
928 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1246 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1252 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1253 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Dinherit0.tab.c371 static YYLTYPE *yylpsns = 0; variable
596 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
601 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
602 yylplim = yylpsns + s; in YYPARSE_DECL()
715 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
723 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
851 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1153 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1159 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1160 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]
H A Dpure_error.tab.c505 static YYLTYPE *yylpsns = 0; in YYPARSE_DECL() local
593 … if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) goto yyenomem; in YYPARSE_DECL()
598 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
599 yylplim = yylpsns + s; in YYPARSE_DECL()
712 if (yylpsns == NULL) goto yyenomem; in YYPARSE_DECL()
720 yylpp = yylpe = yylpsns; in YYPARSE_DECL()
848 yylpp = yylpsns + save->lexeme; in YYPARSE_DECL()
1105 if ((yylpsns = (YYLTYPE *) realloc(yylpsns, s * sizeof(YYLTYPE))) == NULL) in YYPARSE_DECL()
1111 yylpp = yylpe = yylpsns + p; in YYPARSE_DECL()
1112 yylplim = yylpsns + s; in YYPARSE_DECL()
[all …]

12