Searched refs:yysize_old (Results 1 - 2 of 2) sorted by relevance

/external/bison/data/
H A Dyacc.c930 YYSIZE_T yysize_old =
932 YYSIZE_T yysize_new = yysize_old + yyadd;
958 YYCOPY (yybottom_new, *yybottom, yysize_old);
959 *yytop = yybottom_new + (yysize_old - 1);
/external/bison/src/
H A Dparse-gram.c1362 YYSIZE_T yysize_old = local
1364 YYSIZE_T yysize_new = yysize_old + yyadd;
1390 YYCOPY (yybottom_new, *yybottom, yysize_old);
1391 *yytop = yybottom_new + (yysize_old - 1);

Completed in 38 milliseconds