Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.c667 #define yyerrok (yyerrstatus = 0)
692 #define YYRECOVERING() (!!yyerrstatus)
1238 int yyerrstatus; local
1287 yyerrstatus = 0;
1420 if (yyerrstatus)
1421 yyerrstatus--;
1737 if (!yyerrstatus)
1778 if (yyerrstatus == 3)
1826 yyerrstatus = 3; /* Each real token shifted decrements this. */
/PHP-7.3/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 15 milliseconds