Searched refs:yytos (Results 1 – 1 of 1) sorted by relevance
279 yyStackEntry *yytos = &pParser->yystack[pParser->yyidx]; in yy_pop_parser_stack() local286 yyTokenName[yytos->major]); in yy_pop_parser_stack()289 yymajor = yytos->major; in yy_pop_parser_stack()290 yy_destructor( yymajor, &yytos->minor); in yy_pop_parser_stack()400 yyStackEntry *yytos; in yy_shift() local417 yytos = &yypParser->yystack[yypParser->yyidx]; in yy_shift()418 yytos->stateno = yyNewState; in yy_shift()419 yytos->major = yyMajor; in yy_shift()420 yytos->minor = *yypMinor; in yy_shift()