Searched refs:yyss (Results 1 – 1 of 1) sorted by relevance
496 short *yyss = yyssa; /* refer to the stacks thru separate pointers */ in yyparse() local542 yyssp = yyss - 1; in yyparse()555 if (yyssp >= yyss + yystacksize - 1) in yyparse()560 short *yyss1 = yyss; in yyparse()566 int size = yyssp - yyss + 1; in yyparse()586 yyss = yyss1; yyvs = yyvs1; in yyparse()597 free (yyss); in yyparse()611 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp)); in yyparse()612 __yy_memcpy ((char *)yyss, (char *)yyss1, in yyparse()624 yyssp = yyss + size - 1; in yyparse()[all …]