Searched refs:yytos (Results 1 – 1 of 1) sorted by relevance
287 idx = p->yytos ? (int)(p->yytos - p->yystack) : 0; in yyGrowStack()327 yypParser->yytos = NULL; in ParseInit()410 yyStackEntry *yytos; in yy_pop_parser_stack() local413 yytos = pParser->yytos--; in yy_pop_parser_stack()421 yy_destructor(pParser, yytos->major, &yytos->minor); in yy_pop_parser_stack()649 yyStackEntry *yytos; in yy_shift() local650 yypParser->yytos++; in yy_shift()659 yypParser->yytos--; in yy_shift()666 yypParser->yytos--; in yy_shift()675 yytos = yypParser->yytos; in yy_shift()[all …]