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

/freebsd-13-stable/contrib/unbound/util/
H A Dconfigyyrename.h78 #define yyssp ub_c_ssp macro
/freebsd-13-stable/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-13-stable/contrib/ntp/ntpd/
H A Dntp_parser.c1526 yystate = *yyssp; \
1636 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule) argument
1648 yystos[yyssp[yyi + 1 - yynrhs]],
1658 yy_reduce_print (yyssp, yyvsp, Rule); \
1785 yytype_int16 *yyssp, int yytoken)
1823 int yyn = yypact[*yyssp];
1961 yytype_int16 *yyssp; local
1985 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1991 yyssp = yyss = yyssa;
2009 yyssp
1784 yysyntax_error(YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) argument
[all...]

Completed in 120 milliseconds