Searched refs:yyerrstatus (Results 1 – 2 of 2) sorted by relevance
669 #define yyerrok (yyerrstatus = 0)694 #define YYRECOVERING() (!!yyerrstatus)1240 int yyerrstatus; local1289 yyerrstatus = 0;1422 if (yyerrstatus)1423 yyerrstatus--;1739 if (!yyerrstatus)1780 if (yyerrstatus == 3)1828 yyerrstatus = 3; /* Each real token shifted decrements this. */
642 #define yyerrok (yyerrstatus = 0)652 #define YYRECOVERING() (!!yyerrstatus)1215 int yyerrstatus; in yyparse() local1264 yyerrstatus = 0; in yyparse()1397 if (yyerrstatus) in yyparse()1398 yyerrstatus--; in yyparse()1672 if (!yyerrstatus) in yyparse()1713 if (yyerrstatus == 3) in yyparse()1761 yyerrstatus = 3; /* Each real token shifted decrements this. */ in yyparse()
Completed in 14 milliseconds