Home
last modified time | relevance | path

Searched refs:yyerrstatus (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_parser.c669 #define yyerrok (yyerrstatus = 0)
694 #define YYRECOVERING() (!!yyerrstatus)
1240 int yyerrstatus; local
1289 yyerrstatus = 0;
1422 if (yyerrstatus)
1423 yyerrstatus--;
1739 if (!yyerrstatus)
1780 if (yyerrstatus == 3)
1828 yyerrstatus = 3; /* Each real token shifted decrements this. */
/PHP-7.2/ext/json/
H A Djson_parser.tab.c642 #define yyerrok (yyerrstatus = 0)
652 #define YYRECOVERING() (!!yyerrstatus)
1215 int yyerrstatus; in yyparse() local
1264 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 18 milliseconds