Searched refs:yyssp (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/contrib/gdb/gdb/
H A Dada-exp.c1295 register short *yyssp;
1304 #define YYPOPSTACK (yyvsp--, yyssp--)
1329 yyssp = yyss;
1341 yyssp++;
1344 *yyssp = yystate;
1346 if (yyss + yystacksize - 1 <= yyssp)
1349 YYSIZE_T yysize = yyssp - yyss + 1;
1365 &yyss1, yysize * sizeof (*yyssp),
1400 yyssp = yyss + yysize - 1;
1407 if (yyss + yystacksize - 1 <= yyssp)
1292 register short *yyssp; local
[all...]
H A Dm2-exp.c1230 register short *yyssp;
1239 #define YYPOPSTACK (yyvsp--, yyssp--)
1264 yyssp = yyss;
1276 yyssp++;
1279 *yyssp = yystate;
1281 if (yyss + yystacksize - 1 <= yyssp)
1284 YYSIZE_T yysize = yyssp - yyss + 1;
1300 &yyss1, yysize * sizeof (*yyssp),
1335 yyssp = yyss + yysize - 1;
1342 if (yyss + yystacksize - 1 <= yyssp)
1227 register short *yyssp; local
[all...]
H A Df-exp.c1110 register short *yyssp;
1119 #define YYPOPSTACK (yyvsp--, yyssp--)
1144 yyssp = yyss;
1156 yyssp++;
1159 *yyssp = yystate;
1161 if (yyss + yystacksize - 1 <= yyssp)
1164 YYSIZE_T yysize = yyssp - yyss + 1;
1180 &yyss1, yysize * sizeof (*yyssp),
1215 yyssp = yyss + yysize - 1;
1222 if (yyss + yystacksize - 1 <= yyssp)
1107 register short *yyssp; local
[all...]
H A Djv-exp.c1169 register short *yyssp;
1178 #define YYPOPSTACK (yyvsp--, yyssp--)
1203 yyssp = yyss;
1215 yyssp++;
1218 *yyssp = yystate;
1220 if (yyss + yystacksize - 1 <= yyssp)
1223 YYSIZE_T yysize = yyssp - yyss + 1;
1239 &yyss1, yysize * sizeof (*yyssp),
1274 yyssp = yyss + yysize - 1;
1281 if (yyss + yystacksize - 1 <= yyssp)
1166 register short *yyssp; local
[all...]
H A Dc-exp.c1292 register short *yyssp;
1301 #define YYPOPSTACK (yyvsp--, yyssp--)
1326 yyssp = yyss;
1338 yyssp++;
1341 *yyssp = yystate;
1343 if (yyss + yystacksize - 1 <= yyssp)
1346 YYSIZE_T yysize = yyssp - yyss + 1;
1362 &yyss1, yysize * sizeof (*yyssp),
1397 yyssp = yyss + yysize - 1;
1404 if (yyss + yystacksize - 1 <= yyssp)
1289 register short *yyssp; local
[all...]
H A Dobjc-exp.c1274 register short *yyssp;
1283 #define YYPOPSTACK (yyvsp--, yyssp--)
1308 yyssp = yyss;
1320 yyssp++;
1323 *yyssp = yystate;
1325 if (yyss + yystacksize - 1 <= yyssp)
1328 YYSIZE_T yysize = yyssp - yyss + 1;
1344 &yyss1, yysize * sizeof (*yyssp),
1379 yyssp = yyss + yysize - 1;
1386 if (yyss + yystacksize - 1 <= yyssp)
1271 register short *yyssp; local
[all...]
H A Dp-exp.c1084 register short *yyssp;
1093 #define YYPOPSTACK (yyvsp--, yyssp--)
1118 yyssp = yyss;
1130 yyssp++;
1133 *yyssp = yystate;
1135 if (yyss + yystacksize - 1 <= yyssp)
1138 YYSIZE_T yysize = yyssp - yyss + 1;
1154 &yyss1, yysize * sizeof (*yyssp),
1189 yyssp = yyss + yysize - 1;
1196 if (yyss + yystacksize - 1 <= yyssp)
1081 register short *yyssp; local
[all...]
/freebsd-10.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1554 yytype_int16 *yyssp;
1563 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1588 yyssp = yyss;
1599 yyssp++;
1602 *yyssp = yystate;
1604 if (yyss + yystacksize - 1 <= yyssp)
1607 YYSIZE_T yysize = yyssp - yyss + 1;
1623 &yyss1, yysize * sizeof (*yyssp),
1658 yyssp = yyss + yysize - 1;
1665 if (yyss + yystacksize - 1 <= yyssp)
1551 yytype_int16 *yyssp; local
[all...]
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_parser.c1475 yystate = *yyssp; \
1585 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule) argument
1597 yystos[yyssp[yyi + 1 - yynrhs]],
1607 yy_reduce_print (yyssp, yyvsp, Rule); \
1734 yytype_int16 *yyssp, int yytoken)
1772 int yyn = yypact[*yyssp];
1910 yytype_int16 *yyssp; local
1934 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1940 yyssp = yyss = yyssa;
1958 yyssp
1733 yysyntax_error(YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) argument
[all...]

Completed in 112 milliseconds