Home | History | Annotate | Download | only in src

Lines Matching full:yyes_capacity

1437           yy_lac (yyesa, &yyes, &yyes_capacity, yyssp, yytoken); \
1475 postconditions: *YYES_CAPACITY is the allocated size of the array to
1478 contents of either array, alter *YYES and *YYES_CAPACITY, and free
1482 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1559 if (yy_lac_stack_realloc (yyes_capacity, 1,
1680 valid looakhead, invoke yy_lac (YYESA, YYES, YYES_CAPACITY, YYSSP, T).
1690 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1741 int yy_lac_status = yy_lac (yyesa, yyes, yyes_capacity,
1955 YYSIZE_T yyes_capacity;
1986 yyes_capacity = sizeof yyesa / sizeof *yyes;
1987 if (YYMAXDEPTH < yyes_capacity)
1988 yyes_capacity = YYMAXDEPTH;
2952 yyesa, &yyes, &yyes_capacity, \