Searched refs:yyssp (Results 1 – 7 of 7) sorted by relevance
/external/e2fsprogs/intl/ |
D | plural.c | 702 register short *yyssp; in yyparse() local 717 # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) in yyparse() 719 # define YYPOPSTACK (yyvsp--, yyssp--) in yyparse() 748 yyssp = yyss; in yyparse() 762 yyssp++; in yyparse() 765 *yyssp = yystate; in yyparse() 767 if (yyssp >= yyss + yystacksize - 1) in yyparse() 770 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse() 787 &yyss1, yysize * sizeof (*yyssp), in yyparse() 794 &yyss1, yysize * sizeof (*yyssp), in yyparse() [all …]
|
/external/bison/data/ |
D | yacc.c | 243 yytype_int16 *yyssp; 770 yystate = *yyssp; \]b4_lac_if([[ 1008 yy_lac (yyesa, &yyes, &yyes_capacity, yyssp, yytoken); \ 1053 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken) 1055 yytype_int16 *yyes_prev = yyssp; 1246 YYSIZE_T *yyes_capacity, ]])[yytype_int16 *yyssp, int yytoken) 1293 int yyn = yypact[*yyssp];]b4_lac_if([[ 1312 yyssp, yyx); 1486 #define yyssp yyps->yyssp 1547 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)]b4_locations_if([, yylsp -= (N)])[) [all …]
|
/external/bison/src/ |
D | parse-gram.c | 958 yystate = *yyssp; \ 1437 yy_lac (yyesa, &yyes, &yyes_capacity, yyssp, yytoken); \ 1482 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken) in yy_lac() argument 1484 yytype_int16 *yyes_prev = yyssp; in yy_lac() 1690 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken) in yysyntax_error() argument 1730 int yyn = yypact[*yyssp]; in yysyntax_error() 1742 yyssp, yyx); in yysyntax_error() 1936 yytype_int16 *yyssp; local 1974 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N)) 1980 yyssp = yyss = yyssa; [all …]
|
/external/libpcap/ |
D | grammar.c | 1414 yystate = *yyssp; \ 1524 yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule) in yy_reduce_print() argument 1536 yystos[yyssp[yyi + 1 - yynrhs]], in yy_reduce_print() 1546 yy_reduce_print (yyssp, yyvsp, Rule); \ 1673 yytype_int16 *yyssp, int yytoken) in yysyntax_error() argument 1711 int yyn = yypact[*yyssp]; in yysyntax_error() 1849 yytype_int16 *yyssp; in yyparse() local 1873 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse() 1879 yyssp = yyss = yyssa; in yyparse() 1897 yyssp++; in yyparse() [all …]
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 1213 short int *yyssp; 1222 #define YYPOPSTACK (yyvsp--, yyssp--) 1247 yyssp = yyss; 1259 yyssp++; 1262 *yyssp = yystate; 1264 if (yyss + yystacksize - 1 <= yyssp) 1267 YYSIZE_T yysize = yyssp - yyss + 1; 1283 &yyss1, yysize * sizeof (*yyssp), 1318 yyssp = yyss + yysize - 1; 1325 if (yyss + yystacksize - 1 <= yyssp) [all …]
|
/external/bison/ |
D | ChangeLog | 716 * data/yacc.c: Fuse the initializations of yyssp, yyss and the like.
|
D | ChangeLog-2012 | 801 (yysyntax_error): Change yystate argument to yyssp so stack top 6157 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and 6165 Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc 6195 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,
|