Home | History | Annotate | Download | only in bison

Lines Matching full:yyes_capacity

262     YYSIZE_T yyes_capacity;]])])
1008 yy_lac (yyesa, &yyes, &yyes_capacity, yyssp, yytoken); \
1046 postconditions: *YYES_CAPACITY is the allocated size of the array to
1049 contents of either array, alter *YYES and *YYES_CAPACITY, and free
1053 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1130 if (yy_lac_stack_realloc (yyes_capacity, 1,
1236 valid looakhead, invoke yy_lac (YYESA, YYES, YYES_CAPACITY, YYSSP, T).]])[
1246 YYSIZE_T *yyes_capacity, ]])[yytype_int16 *yyssp, int yytoken)
1311 int yy_lac_status = yy_lac (yyesa, yyes, yyes_capacity,
1497 #define yyes_capacity yyps->yyes_capacity]])[
1565 yyes_capacity = sizeof yyesa / sizeof *yyes;
1566 if (YYMAXDEPTH < yyes_capacity)
1567 yyes_capacity = YYMAXDEPTH;]])[
1859 yyesa, &yyes, &yyes_capacity, \]])[