Searched defs:yylsp (Results 1 - 3 of 3) sorted by relevance
/external/bison/data/ |
H A D | yacc.c | 170 [(yylsp@{($2) - ($1)@})]) 253 YYLTYPE *yylsp; 856 b4_locations_if([[[YYLTYPE *yylsp], [yylsp]], 880 yy_reduce_print (yyvsp, ]b4_locations_if([yylsp, ])[Rule]b4_user_args[); \ 1492 #define yylsp yyps->yylsp macro 1547 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)]b4_locations_if([, yylsp -= (N)])[) 1561 yylsp = yyls = yylsa;]])[ 1583 b4_locations_if([[ yylsp[ [all...] |
/external/e2fsprogs/intl/ |
H A D | plural.c | 713 YYLTYPE *yylsp; local 717 # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) 751 yylsp = yyls; 789 &yyls1, yysize * sizeof (*yylsp), 833 yylsp = yyls + yysize - 1; 940 *++yylsp = yylloc; 982 yyloc = yylsp[1-yylen]; 983 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen); 1088 yylsp -= yylen; 1104 *++yylsp [all...] |
/external/bison/src/ |
H A D | parse-gram.c | 1284 yy_reduce_print (YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule) argument 1287 yy_reduce_print (yyvsp, yylsp, yyrule) 1289 YYLTYPE *yylsp; 1304 , &(yylsp[(yyi + 1) - (yynrhs)]) ); 1312 yy_reduce_print (yyvsp, yylsp, Rule); \ 1946 YYLTYPE *yylsp; local 1974 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N)) 1982 yylsp = yyls = yylsa; 2008 yylsp[0] = yylloc; 2043 &yyls1, yysize * sizeof (*yylsp), 2162 *++yylsp = yylloc; local [all...] |
Completed in 34 milliseconds