Searched refs:yyssp (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | parse.c | 1166 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 D | slc-gram.c | 1140 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 D | ftpcmd.c | 1551 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 D | asn1parse.c | 1561 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 D | ntp_parser.c | 1968 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 D | configparser.c | 2577 yystate = *yyssp; \ 2690 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print() argument 2703 YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]), in yy_reduce_print() 2712 yy_reduce_print (yyssp, yyvsp, Rule); \ 2797 yy_state_t *yyssp = yyss; in yyparse() local 2815 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse() 2833 yyssp++; in yyparse() 2843 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse() local 2845 YY_STACK_PRINT (yyss, yyssp); in yyparse() 2847 if (yyss + yystacksize - 1 <= yyssp) in yyparse() [all …]
|
H A D | configyyrename.h | 78 #define yyssp ub_c_ssp macro
|