Searched refs:yyesp (Results 1 – 3 of 3) sorted by relevance
1056 yytype_int16 *yyesp = yyes_prev;1065 int yyrule = yypact[*yyesp];1070 yyrule = yydefact[*yyesp];1095 if (yyesp != yyes_prev)1097 YYSIZE_T yysize = yyesp - *yyes + 1;1100 yyesp -= yylen;1106 yyesp = yyes_prev;1110 yyesp = yyes_prev -= yylen;1116 yystate = yypgoto[yylhs] + *yyesp;1118 || yycheck[yystate] != *yyesp)[all …]
1485 yytype_int16 *yyesp = yyes_prev; in yy_lac() local1494 int yyrule = yypact[*yyesp]; in yy_lac()1499 yyrule = yydefact[*yyesp]; in yy_lac()1524 if (yyesp != yyes_prev) in yy_lac()1526 YYSIZE_T yysize = yyesp - *yyes + 1; in yy_lac()1529 yyesp -= yylen; in yy_lac()1535 yyesp = yyes_prev; in yy_lac()1539 yyesp = yyes_prev -= yylen; in yy_lac()1545 yystate = yypgoto[yylhs] + *yyesp; in yy_lac()1547 || yycheck[yystate] != *yyesp) in yy_lac()[all …]
645 * data/yacc.c (yy_lac): Don't use printf %d format on *yyesp, as