Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Ddeltat.c788 yystate = *yyssp; \
895 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
908 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
917 yy_reduce_print (yyssp, yyvsp, Rule, tmv); \
1009 yy_state_t *yyssp = yyss; in yyparse() local
1027 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1046 yyssp++; in yyparse()
1056 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
1058 YY_STACK_PRINT (yyss, yyssp); in yyparse()
1060 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
/freebsd/crypto/heimdal/lib/com_err/
H A Dparse.c1166 yytype_int16 *yyssp; local
1175 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1200 yyssp = yyss;
1211 yyssp++;
1214 *yyssp = yystate;
1216 if (yyss + yystacksize - 1 <= yyssp)
1219 YYSIZE_T yysize = yyssp - yyss + 1;
1235 &yyss1, yysize * sizeof (*yyssp),
1270 yyssp = yyss + yysize - 1;
1277 if (yyss + yystacksize - 1 <= yyssp)
[all …]
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.c1140 yytype_int16 *yyssp; local
1149 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1174 yyssp = yyss;
1185 yyssp++;
1188 *yyssp = yystate;
1190 if (yyss + yystacksize - 1 <= yyssp)
1193 YYSIZE_T yysize = yyssp - yyss + 1;
1209 &yyss1, yysize * sizeof (*yyssp),
1244 yyssp = yyss + yysize - 1;
1251 if (yyss + yystacksize - 1 <= yyssp)
[all …]
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1551 yytype_int16 *yyssp; in yyparse() local
1560 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
1585 yyssp = yyss; in yyparse()
1596 yyssp++; in yyparse()
1599 *yyssp = yystate; in yyparse()
1601 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1604 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
1620 &yyss1, yysize * sizeof (*yyssp), in yyparse()
1655 yyssp = yyss + yysize - 1; in yyparse()
1662 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1561 yytype_int16 *yyssp;
1570 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1595 yyssp = yyss;
1606 yyssp++;
1609 *yyssp = yystate;
1611 if (yyss + yystacksize - 1 <= yyssp)
1614 YYSIZE_T yysize = yyssp - yyss + 1;
1630 &yyss1, yysize * sizeof (*yyssp),
1665 yyssp = yyss + yysize - 1;
1672 if (yyss + yystacksize - 1 <= yyssp)
1558 yytype_int16 *yyssp; global() local
[all...]
/freebsd/contrib/ntp/ntpd/
H A Dntp_parser.c1968 yystate = *yyssp; \
2074 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_stack_print()
2087 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]),
2096 yy_reduce_print (yyssp, yyvsp, Rule); \ in yy_reduce_print()
2181 yy_state_t *yyssp = yyss;
2199 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse() local
2218 yyssp++; in yyparse()
2228 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse()
2230 YY_STACK_PRINT (yyss, yyssp); in yyparse()
2232 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
2092 yy_reduce_print(yy_state_t * yyssp,YYSTYPE * yyvsp,int yyrule) yy_reduce_print() argument
2245 *yyssp = YY_CAST (yy_state_t, yystate); yyparse() local
[all...]
/freebsd/contrib/unbound/util/
H A Dconfigyyrename.h78 #define yyssp ub_c_ssp macro
H A Dconfigparser.c2592 yystate = *yyssp; \
2698 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument
2711 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print()
2720 yy_reduce_print (yyssp, yyvsp, Rule); \
2805 yy_state_t *yyssp = yyss; in yyparse() local
2823 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse()
2842 yyssp++; in yyparse()
2852 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local
2854 YY_STACK_PRINT (yyss, yyssp); in yyparse()
2856 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
[all …]