Home
last modified time | relevance | path

Searched refs:yylhs (Results 1 – 3 of 3) sorted by relevance

/external/bison/data/
Dyacc.c1115 int yylhs = yyr1[yyrule] - YYNTOKENS;
1116 yystate = yypgoto[yylhs] + *yyesp;
1119 yystate = yydefgoto[yylhs];
Dglr.c1001 yyLRgotoState (yyStateNum yystate, yySymbol yylhs)
1004 yyr = yypgoto[yylhs - YYNTOKENS] + yystate;
1008 return yydefgoto[yylhs - YYNTOKENS];
/external/bison/src/
Dparse-gram.c1544 int yylhs = yyr1[yyrule] - YYNTOKENS; in yy_lac() local
1545 yystate = yypgoto[yylhs] + *yyesp; in yy_lac()
1548 yystate = yydefgoto[yylhs]; in yy_lac()