Searched refs:yyss (Results 1 – 8 of 8) sorted by relevance
246 static short *yyss; variable304 i = yyssp - yyss; in yygrowstack()305 newss = (yyss != 0) in yygrowstack()306 ? (short *)realloc(yyss, newsize * sizeof(*newss)) in yygrowstack()311 yyss = newss; in yygrowstack()322 yysslim = yyss + newsize - 1; in yygrowstack()349 if (yyss == NULL && yygrowstack()) goto yyoverflow; in yyparse()350 yyssp = yyss; in yyparse()434 if (yyssp <= yyss) goto yyabort; in yyparse()
377 short yyss; member701 short *yyss = yyssa; in yyparse() local748 yyssp = yyss; in yyparse()767 if (yyssp >= yyss + yystacksize - 1) in yyparse()770 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()778 short *yyss1 = yyss; in yyparse()798 yyss = yyss1; in yyparse()813 short *yyss1 = yyss; in yyparse()818 YYSTACK_RELOCATE (yyss); in yyparse()830 yyssp = yyss + yysize - 1; in yyparse()[all …]
368 yytype_int16 yyss;1019 yytype_int16 *yyss = yyssa;1060 yyssp = yyss;1096 if (yyss + yystacksize - 1 <= yyssp)1099 YYSIZE_T yysize = yyssp - yyss + 1;1107 yytype_int16 *yyss1 = yyss;1120 yyss = yyss1;1135 yytype_int16 *yyss1 = yyss;1140 YYSTACK_RELOCATE (yyss);1150 yyssp = yyss + yysize - 1;[all …]
478 yytype_int16 yyss; member1512 yytype_int16 *yyss = yyssa; local1552 yyssp = yyss;1587 if (yyss + yystacksize - 1 <= yyssp)1590 YYSIZE_T yysize = yyssp - yyss + 1;1598 yytype_int16 *yyss1 = yyss;1611 yyss = yyss1;1626 yytype_int16 *yyss1 = yyss;1631 YYSTACK_RELOCATE (yyss);1641 yyssp = yyss + yysize - 1;[all …]
272 short yyss; member1011 short *yyss = yyssa; local1046 yyssp = yyss;1063 if (yyss + yystacksize - 1 <= yyssp)1066 YYSIZE_T yysize = yyssp - yyss + 1;1074 short *yyss1 = yyss;1087 yyss = yyss1;1102 short *yyss1 = yyss;1107 YYSTACK_RELOCATE (yyss);1117 yyssp = yyss + yysize - 1;[all …]
556 short int yyss; member1569 short int *yyss = yyssa; local1604 yyssp = yyss;1621 if (yyss + yystacksize - 1 <= yyssp)1624 YYSIZE_T yysize = yyssp - yyss + 1;1632 short int *yyss1 = yyss;1645 yyss = yyss1;1660 short int *yyss1 = yyss;1665 YYSTACK_RELOCATE (yyss);1675 yyssp = yyss + yysize - 1;[all …]
398 short yyss[YYSTACKSIZE]; variable565 yyssp = yyss; in yyparse()593 if (yyssp >= yyss + yystacksize - 1) in yyparse()634 if (yyssp >= yyss + yystacksize - 1) in yyparse()649 if (yyssp <= yyss) goto yyabort; in yyparse()1439 if (yyssp >= yyss + yystacksize - 1) in yyparse()
565 (union yyalloc.yyss): Use yytype_int16 rather than short.4124 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,