Searched refs:yyss (Results 1 – 1 of 1) sorted by relevance
494 short *yyss = yyssa; /* refer to the stacks thru separate pointers */ in yyparse() local540 yyssp = yyss - 1; in yyparse()553 if (yyssp >= yyss + yystacksize - 1) in yyparse()558 short *yyss1 = yyss; in yyparse()564 int size = yyssp - yyss + 1; in yyparse()584 yyss = yyss1; yyvs = yyvs1; in yyparse()595 free (yyss); in yyparse()609 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp)); in yyparse()610 __yy_memcpy ((char *)yyss, (char *)yyss1, in yyparse()622 yyssp = yyss + size - 1; in yyparse()[all …]