Searched refs:yylhs (Results 1 - 2 of 2) sorted by relevance

/external/bison/data/
H A Dyacc.c1115 int yylhs = yyr1[yyrule] - YYNTOKENS;
1116 yystate = yypgoto[yylhs] + *yyesp;
1119 yystate = yydefgoto[yylhs];
/external/bison/src/
H A Dparse-gram.c1544 int yylhs = yyr1[yyrule] - YYNTOKENS; local
1545 yystate = yypgoto[yylhs] + *yyesp;
1548 yystate = yydefgoto[yylhs];

Completed in 125 milliseconds