Home
last modified time | relevance | path

Searched refs:yyssp (Results 1 – 25 of 50) sorted by relevance

12

/netbsd-src/tools/m4/bootstrap/
H A Dparser.c305 short *yyssp; variable
332 i = yyssp - yyss; in yygrowstack()
336 yyssp = newss + i; in yygrowstack()
370 yyssp = yyss; in yyparse()
372 *yyssp = yystate = 0; in yyparse()
398 if (yyssp >= yysslim && yygrowstack()) in yyparse()
402 *++yyssp = yystate = yytable[yyn]; in yyparse()
427 if ((yyn = yysindex[*yyssp]) && (yyn += YYERRCODE) >= 0 && in yyparse()
433 to state %d\n", YYPREFIX, *yyssp, yytable[yyn]); in yyparse()
435 if (yyssp >= yysslim && yygrowstack()) in yyparse()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Darparse.c819 yystate = *yyssp; \
925 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
938 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
947 yy_reduce_print (yyssp, yyvsp, Rule); \
1032 yy_state_t *yyssp = yyss; in yyparse() local
1050 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1069 yyssp++; in yyparse()
1079 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
1081 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1083 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
H A Dsysinfo.c748 yystate = *yyssp; \
854 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
867 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
876 yy_reduce_print (yyssp, yyvsp, Rule); \
961 yy_state_t *yyssp = yyss; in yyparse() local
979 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
998 yyssp++; in yyparse()
1008 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
1010 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1012 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
H A Ddefparse.c912 yystate = *yyssp; \
1018 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
1031 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
1040 yy_reduce_print (yyssp, yyvsp, Rule); \
1125 yy_state_t *yyssp = yyss; in yyparse() local
1143 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1162 yyssp++; in yyparse()
1172 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
1174 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1176 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
H A Dmcparse.c886 yystate = *yyssp; \
992 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
1005 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
1014 yy_reduce_print (yyssp, yyvsp, Rule); \
1099 yy_state_t *yyssp = yyss; in yyparse() local
1117 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1136 yyssp++; in yyparse()
1146 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
1148 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1150 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Darparse.c819 yystate = *yyssp; \
925 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
938 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
947 yy_reduce_print (yyssp, yyvsp, Rule); \
1032 yy_state_t *yyssp = yyss; in yyparse() local
1050 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1069 yyssp++; in yyparse()
1079 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
1081 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1083 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
H A Dsysinfo.c748 yystate = *yyssp; \
854 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
867 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
876 yy_reduce_print (yyssp, yyvsp, Rule); \
961 yy_state_t *yyssp = yyss; in yyparse() local
979 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
998 yyssp++; in yyparse()
1008 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
1010 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1012 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
H A Dmcparse.c886 yystate = *yyssp; \
992 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
1005 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
1014 yy_reduce_print (yyssp, yyvsp, Rule); \
1099 yy_state_t *yyssp = yyss; in yyparse() local
1117 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1136 yyssp++; in yyparse()
1146 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
1148 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1150 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
H A Ddefparse.c912 yystate = *yyssp; \
1018 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
1031 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
1040 yy_reduce_print (yyssp, yyvsp, Rule); \
1125 yy_state_t *yyssp = yyss; in yyparse() local
1143 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1162 yyssp++; in yyparse()
1172 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
1174 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1176 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dparse.c759 yystate = *yyssp; \
865 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
878 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
887 yy_reduce_print (yyssp, yyvsp, Rule); \
972 yy_state_t *yyssp = yyss; in yyparse() local
990 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1009 yyssp++; in yyparse()
1019 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
1021 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1023 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Ditbl-parse.c1007 yystate = *yyssp; \
1113 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
1126 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
1135 yy_reduce_print (yyssp, yyvsp, Rule); \
1220 yy_state_t *yyssp = yyss; in yyparse() local
1238 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1257 yyssp++; in yyparse()
1267 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
1269 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1271 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Ditbl-parse.c1007 yystate = *yyssp; \
1113 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
1126 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
1135 yy_reduce_print (yyssp, yyvsp, Rule); \
1220 yy_state_t *yyssp = yyss; in yyparse() local
1238 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1257 yyssp++; in yyparse()
1267 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
1269 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1271 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
/netbsd-src/external/gpl2/grep/dist/intl/
H A Dplural.c554 register short *yyssp; in yyparse() local
570 #define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()
572 #define YYPOPSTACK (yyvsp--, yyssp--) in yyparse()
608 yyssp = yyss - 1; in yyparse()
619 *++yyssp = yystate; in yyparse()
621 if (yyssp >= yyss + yystacksize - 1) in yyparse()
632 int size = yyssp - yyss + 1; in yyparse()
641 &yyss1, size * sizeof (*yyssp), in yyparse()
647 &yyss1, size * sizeof (*yyssp), in yyparse()
677 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp)); in yyparse()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.c1055 yystate = *yyssp; \
1168 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
1181 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
1190 yy_reduce_print (yyssp, yyvsp, Rule); \
1279 yy_state_t *yyssp; in yyparse() local
1297 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1308 yyssp = yyss = yyssa; in yyparse()
1324 yyssp++; in yyparse()
1334 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
1336 YY_STACK_PRINT (yyss, yyssp); in yyparse()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dloongarch-parse.c1090 yystate = *yyssp; \
1196 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
1209 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
1218 yy_reduce_print (yyssp, yyvsp, Rule); \
1303 yy_state_t *yyssp = yyss; in yyparse() local
1321 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1340 yyssp++; in yyparse()
1350 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
1352 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1354 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
H A Dm68k-parse.c919 yystate = *yyssp; \
1025 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
1038 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
1047 yy_reduce_print (yyssp, yyvsp, Rule); \
1132 yy_state_t *yyssp = yyss; in yyparse() local
1150 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1169 yyssp++; in yyparse()
1179 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
1181 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1183 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dloongarch-parse.c1101 yystate = *yyssp; \
1207 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
1220 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
1229 yy_reduce_print (yyssp, yyvsp, Rule); \
1314 yy_state_t *yyssp = yyss; in yyparse() local
1332 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1351 yyssp++; in yyparse()
1361 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
1363 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1365 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
H A Dm68k-parse.c919 yystate = *yyssp; \
1025 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
1038 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
1047 yy_reduce_print (yyssp, yyvsp, Rule); \
1132 yy_state_t *yyssp = yyss; in yyparse() local
1150 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1169 yyssp++; in yyparse()
1179 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
1181 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1183 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dplural.c704 register short *yyssp; in yyparse() local
719 # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()
721 # define YYPOPSTACK (yyvsp--, yyssp--) in yyparse()
750 yyssp = yyss; in yyparse()
764 yyssp++; in yyparse()
767 *yyssp = yystate; in yyparse()
769 if (yyssp >= yyss + yystacksize - 1) in yyparse()
772 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
789 &yyss1, yysize * sizeof (*yyssp), in yyparse()
796 &yyss1, yysize * sizeof (*yyssp), in yyparse()
[all …]
/netbsd-src/external/gpl2/texinfo/dist/intl/
H A Dplural.c704 register short *yyssp; in yyparse() local
719 # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()
721 # define YYPOPSTACK (yyvsp--, yyssp--) in yyparse()
750 yyssp = yyss; in yyparse()
764 yyssp++; in yyparse()
767 *yyssp = yystate; in yyparse()
769 if (yyssp >= yyss + yystacksize - 1) in yyparse()
772 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
789 &yyss1, yysize * sizeof (*yyssp), in yyparse()
796 &yyss1, yysize * sizeof (*yyssp), in yyparse()
[all …]
/netbsd-src/external/gpl3/gcc/dist/intl/
H A Dplural.c733 register short *yyssp; in yyparse() local
748 # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()
750 # define YYPOPSTACK (yyvsp--, yyssp--) in yyparse()
779 yyssp = yyss; in yyparse()
793 yyssp++; in yyparse()
796 *yyssp = yystate; in yyparse()
798 if (yyssp >= yyss + yystacksize - 1) in yyparse()
801 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
818 &yyss1, yysize * sizeof (*yyssp), in yyparse()
825 &yyss1, yysize * sizeof (*yyssp), in yyparse()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/intl/
H A Dplural.c733 register short *yyssp; in yyparse() local
748 # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()
750 # define YYPOPSTACK (yyvsp--, yyssp--) in yyparse()
779 yyssp = yyss; in yyparse()
793 yyssp++; in yyparse()
796 *yyssp = yystate; in yyparse()
798 if (yyssp >= yyss + yystacksize - 1) in yyparse()
801 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
818 &yyss1, yysize * sizeof (*yyssp), in yyparse()
825 &yyss1, yysize * sizeof (*yyssp), in yyparse()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/intl/
H A Dplural.c733 register short *yyssp; in yyparse() local
748 # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()
750 # define YYPOPSTACK (yyvsp--, yyssp--) in yyparse()
779 yyssp = yyss; in yyparse()
793 yyssp++; in yyparse()
796 *yyssp = yystate; in yyparse()
798 if (yyssp >= yyss + yystacksize - 1) in yyparse()
801 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
818 &yyss1, yysize * sizeof (*yyssp), in yyparse()
825 &yyss1, yysize * sizeof (*yyssp), in yyparse()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-gram.c731 yystate = *yyssp; \
837 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
850 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
859 yy_reduce_print (yyssp, yyvsp, Rule); \
944 yy_state_t *yyssp = yyss; in yyparse() local
962 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
981 yyssp++; in yyparse()
991 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
993 YY_STACK_PRINT (yyss, yyssp); in yyparse()
995 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dpo-gram-gen.c711 register short *yyssp; in yyparse() local
726 # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse()
728 # define YYPOPSTACK (yyvsp--, yyssp--) in yyparse()
757 yyssp = yyss; in yyparse()
771 yyssp++; in yyparse()
774 *yyssp = yystate; in yyparse()
776 if (yyssp >= yyss + yystacksize - 1) in yyparse()
779 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
796 &yyss1, yysize * sizeof (*yyssp), in yyparse()
803 &yyss1, yysize * sizeof (*yyssp), in yyparse()
[all …]

12