Home
last modified time | relevance | path

Searched refs:yystacksize (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/external/gpl2/grep/dist/intl/
H A Dplural.c575 int yystacksize = YYINITDEPTH; in yyparse() local
621 if (yyssp >= yyss + yystacksize - 1) in yyparse()
644 &yystacksize); in yyparse()
649 &yystacksize); in yyparse()
658 if (yystacksize >= YYMAXDEPTH) in yyparse()
671 yystacksize *= 2; in yyparse()
672 if (yystacksize > YYMAXDEPTH) in yyparse()
673 yystacksize = YYMAXDEPTH; in yyparse()
677 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp)); in yyparse()
680 yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp)); in yyparse()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dplural.c430 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
724 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse() local
769 if (yyssp >= yyss + yystacksize - 1) in yyparse()
792 &yystacksize); in yyparse()
798 &yystacksize); in yyparse()
808 if (yystacksize >= YYMAXDEPTH) in yyparse()
810 yystacksize *= 2; in yyparse()
811 if (yystacksize > YYMAXDEPTH) in yyparse()
812 yystacksize = YYMAXDEPTH; in yyparse()
817 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
[all …]
/netbsd-src/external/gpl2/texinfo/dist/intl/
H A Dplural.c430 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
724 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse() local
769 if (yyssp >= yyss + yystacksize - 1) in yyparse()
792 &yystacksize); in yyparse()
798 &yystacksize); in yyparse()
808 if (yystacksize >= YYMAXDEPTH) in yyparse()
810 yystacksize *= 2; in yyparse()
811 if (yystacksize > YYMAXDEPTH) in yyparse()
812 yystacksize = YYMAXDEPTH; in yyparse()
817 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
[all …]
/netbsd-src/external/gpl3/gcc/dist/intl/
H A Dplural.c459 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
753 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse() local
798 if (yyssp >= yyss + yystacksize - 1) in yyparse()
821 &yystacksize); in yyparse()
827 &yystacksize); in yyparse()
837 if (yystacksize >= YYMAXDEPTH) in yyparse()
839 yystacksize *= 2; in yyparse()
840 if (yystacksize > YYMAXDEPTH) in yyparse()
841 yystacksize = YYMAXDEPTH; in yyparse()
846 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/intl/
H A Dplural.c459 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
753 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse() local
798 if (yyssp >= yyss + yystacksize - 1) in yyparse()
821 &yystacksize); in yyparse()
827 &yystacksize); in yyparse()
837 if (yystacksize >= YYMAXDEPTH) in yyparse()
839 yystacksize *= 2; in yyparse()
840 if (yystacksize > YYMAXDEPTH) in yyparse()
841 yystacksize = YYMAXDEPTH; in yyparse()
846 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/intl/
H A Dplural.c459 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
753 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse() local
798 if (yyssp >= yyss + yystacksize - 1) in yyparse()
821 &yystacksize); in yyparse()
827 &yystacksize); in yyparse()
837 if (yystacksize >= YYMAXDEPTH) in yyparse()
839 yystacksize *= 2; in yyparse()
840 if (yystacksize > YYMAXDEPTH) in yyparse()
841 yystacksize = YYMAXDEPTH; in yyparse()
846 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Darparse.c568 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1027 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1083 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1106 &yystacksize); in yyparse()
1112 if (YYMAXDEPTH <= yystacksize) in yyparse()
1114 yystacksize *= 2; in yyparse()
1115 if (YYMAXDEPTH < yystacksize) in yyparse()
1116 yystacksize = YYMAXDEPTH; in yyparse()
1122 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1138 YY_CAST (long, yystacksize))); in yyparse()
[all …]
H A Dsysinfo.c510 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
956 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1012 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1035 &yystacksize); in yyparse()
1041 if (YYMAXDEPTH <= yystacksize) in yyparse()
1043 yystacksize *= 2; in yyparse()
1044 if (YYMAXDEPTH < yystacksize) in yyparse()
1045 yystacksize = YYMAXDEPTH; in yyparse()
1051 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1067 YY_CAST (long, yystacksize))); in yyparse()
[all …]
H A Ddefparse.c597 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1120 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1176 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1199 &yystacksize); in yyparse()
1205 if (YYMAXDEPTH <= yystacksize) in yyparse()
1207 yystacksize *= 2; in yyparse()
1208 if (YYMAXDEPTH < yystacksize) in yyparse()
1209 yystacksize = YYMAXDEPTH; in yyparse()
1215 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1231 YY_CAST (long, yystacksize))); in yyparse()
[all …]
H A Dmcparse.c584 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1094 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1150 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1173 &yystacksize); in yyparse()
1179 if (YYMAXDEPTH <= yystacksize) in yyparse()
1181 yystacksize *= 2; in yyparse()
1182 if (YYMAXDEPTH < yystacksize) in yyparse()
1183 yystacksize = YYMAXDEPTH; in yyparse()
1189 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1205 YY_CAST (long, yystacksize))); in yyparse()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Darparse.c568 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1027 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1083 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1106 &yystacksize); in yyparse()
1112 if (YYMAXDEPTH <= yystacksize) in yyparse()
1114 yystacksize *= 2; in yyparse()
1115 if (YYMAXDEPTH < yystacksize) in yyparse()
1116 yystacksize = YYMAXDEPTH; in yyparse()
1122 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1138 YY_CAST (long, yystacksize))); in yyparse()
[all …]
H A Dsysinfo.c510 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
956 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1012 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1035 &yystacksize); in yyparse()
1041 if (YYMAXDEPTH <= yystacksize) in yyparse()
1043 yystacksize *= 2; in yyparse()
1044 if (YYMAXDEPTH < yystacksize) in yyparse()
1045 yystacksize = YYMAXDEPTH; in yyparse()
1051 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1067 YY_CAST (long, yystacksize))); in yyparse()
[all …]
H A Dmcparse.c584 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1094 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1150 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1173 &yystacksize); in yyparse()
1179 if (YYMAXDEPTH <= yystacksize) in yyparse()
1181 yystacksize *= 2; in yyparse()
1182 if (YYMAXDEPTH < yystacksize) in yyparse()
1183 yystacksize = YYMAXDEPTH; in yyparse()
1189 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1205 YY_CAST (long, yystacksize))); in yyparse()
[all …]
H A Ddefparse.c597 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1120 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1176 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1199 &yystacksize); in yyparse()
1205 if (YYMAXDEPTH <= yystacksize) in yyparse()
1207 yystacksize *= 2; in yyparse()
1208 if (YYMAXDEPTH < yystacksize) in yyparse()
1209 yystacksize = YYMAXDEPTH; in yyparse()
1215 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1231 YY_CAST (long, yystacksize))); in yyparse()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dparse.c539 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
967 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1023 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1046 &yystacksize); in yyparse()
1052 if (YYMAXDEPTH <= yystacksize) in yyparse()
1054 yystacksize *= 2; in yyparse()
1055 if (YYMAXDEPTH < yystacksize) in yyparse()
1056 yystacksize = YYMAXDEPTH; in yyparse()
1062 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1078 YY_CAST (long, yystacksize))); in yyparse()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Ditbl-parse.c767 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1215 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1271 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1294 &yystacksize); in yyparse()
1300 if (YYMAXDEPTH <= yystacksize) in yyparse()
1302 yystacksize *= 2; in yyparse()
1303 if (YYMAXDEPTH < yystacksize) in yyparse()
1304 yystacksize = YYMAXDEPTH; in yyparse()
1310 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1326 YY_CAST (long, yystacksize))); in yyparse()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Ditbl-parse.c767 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1215 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1271 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1294 &yystacksize); in yyparse()
1300 if (YYMAXDEPTH <= yystacksize) in yyparse()
1302 yystacksize *= 2; in yyparse()
1303 if (YYMAXDEPTH < yystacksize) in yyparse()
1304 yystacksize = YYMAXDEPTH; in yyparse()
1310 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1326 YY_CAST (long, yystacksize))); in yyparse()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.c676 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1274 YYPTRDIFF_T yystacksize; in yyparse() local
1307 yystacksize = YYINITDEPTH; in yyparse()
1338 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1361 &yystacksize); in yyparse()
1367 if (YYMAXDEPTH <= yystacksize) in yyparse()
1369 yystacksize *= 2; in yyparse()
1370 if (YYMAXDEPTH < yystacksize) in yyparse()
1371 yystacksize = YYMAXDEPTH; in yyparse()
1377 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dloongarch-parse.c824 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1298 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1354 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1377 &yystacksize); in yyparse()
1383 if (YYMAXDEPTH <= yystacksize) in yyparse()
1385 yystacksize *= 2; in yyparse()
1386 if (YYMAXDEPTH < yystacksize) in yyparse()
1387 yystacksize = YYMAXDEPTH; in yyparse()
1393 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1409 YY_CAST (long, yystacksize))); in yyparse()
[all …]
H A Dm68k-parse.c587 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1127 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1183 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1206 &yystacksize); in yyparse()
1212 if (YYMAXDEPTH <= yystacksize) in yyparse()
1214 yystacksize *= 2; in yyparse()
1215 if (YYMAXDEPTH < yystacksize) in yyparse()
1216 yystacksize = YYMAXDEPTH; in yyparse()
1222 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1238 YY_CAST (long, yystacksize))); in yyparse()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dloongarch-parse.c835 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1309 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1365 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1388 &yystacksize); in yyparse()
1394 if (YYMAXDEPTH <= yystacksize) in yyparse()
1396 yystacksize *= 2; in yyparse()
1397 if (YYMAXDEPTH < yystacksize) in yyparse()
1398 yystacksize = YYMAXDEPTH; in yyparse()
1404 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1420 YY_CAST (long, yystacksize))); in yyparse()
[all …]
H A Dm68k-parse.c587 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
1127 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
1183 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1206 &yystacksize); in yyparse()
1212 if (YYMAXDEPTH <= yystacksize) in yyparse()
1214 yystacksize *= 2; in yyparse()
1215 if (YYMAXDEPTH < yystacksize) in yyparse()
1216 yystacksize = YYMAXDEPTH; in yyparse()
1222 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1238 YY_CAST (long, yystacksize))); in yyparse()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dpo-gram-gen.c437 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
731 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse() local
776 if (yyssp >= yyss + yystacksize - 1) in yyparse()
799 &yystacksize); in yyparse()
805 &yystacksize); in yyparse()
815 if (yystacksize >= YYMAXDEPTH) in yyparse()
817 yystacksize *= 2; in yyparse()
818 if (yystacksize > YYMAXDEPTH) in yyparse()
819 yystacksize = YYMAXDEPTH; in yyparse()
824 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-gram.c523 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
939 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
995 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1018 &yystacksize); in yyparse()
1024 if (YYMAXDEPTH <= yystacksize) in yyparse()
1026 yystacksize *= 2; in yyparse()
1027 if (YYMAXDEPTH < yystacksize) in yyparse()
1028 yystacksize = YYMAXDEPTH; in yyparse()
1034 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
1050 YY_CAST (long, yystacksize))); in yyparse()
[all …]
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A Delftosb_parser.tab.cpp376 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1319 YYSIZE_T yystacksize = YYINITDEPTH; local
1365 if (yyss + yystacksize - 1 <= yyssp)
1387 &yystacksize);
1397 if (YYMAXDEPTH <= yystacksize)
1399 yystacksize *= 2;
1400 if (YYMAXDEPTH < yystacksize)
1401 yystacksize = YYMAXDEPTH;
1406 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1424 (unsigned long int) yystacksize));
[all …]

12